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-03-04T13:50:44.343Z||main|||||INFO|500||The following profiles are active: basic
2022-03-04T13:50:55.382Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-04T13:50:55.383Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-04T13:50:55.529Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-04T13:50:59.559Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-04T13:50:59.980Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-04T13:51:00.403Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-04T13:51:00.411Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-04T13:51:00.517Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-04T13:51:00.709Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-04T13:51:01.245Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-04T13:51:02.859Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-04T13:51:05.135Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-04T13:51:05.198Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-04T13:51:05.812Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-04T13:51:05.955Z||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-03-04T13:51:07.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-04T13:51:08.382Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-04T13:51:08.401Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-04T13:51:08.402Z||main|||||WARN|500||The sdc end point is not alive
2022-03-04T13:51:11.489Z||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-03-04T13:51:14.406Z||main|||||WARN|500||---
2022-03-04T13:51:14.407Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-04T13:51:14.407Z||main|||||WARN|500||---
2022-03-04T13:51:14.916Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-04T13:51:19.761Z||main|||||INFO|500||Started Application in 38.358 seconds (JVM running for 40.318)
2022-03-04T13:51:19.776Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-04T13:51:19.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-04T13:51:19.789Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-04T13:51:19.815Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-04T13:51:19.855Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 453eb480-e941-4140-bbb4-329c1683f4ff url= /sdc/v1/artifactTypes
2022-03-04T13:51:19.856Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-04T13:51:20.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-04T13:51:20.157Z||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-03-04T13:51:20.184Z||scheduling-1|||||DEBUG|500||create keys
2022-03-04T13:51:20.192Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-04T13:51:20.272Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:51:20.289Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1e5adf28-9793-4e61-a7b2-9b736888f39b url= /sdc/v1/registerForDistribution
2022-03-04T13:51:20.538Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1e5adf28-9793-4e61-a7b2-9b736888f39b url= /sdc/v1/registerForDistribution
2022-03-04T13:51:20.539Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-04T13:51:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:51:20.548Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:51:20.559Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-04T13:51:20.565Z||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-03-04T13:51:20.566Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:51:20.565Z||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-03-04T13:51:20.566Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:51:31.151Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:51:31.262Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:52:20.546Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:52:20.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:52:20.549Z||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-03-04T13:52:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:52:20.552Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T13:52:20.553Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T13:52:30.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:52:30.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:53:20.546Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:53:20.547Z||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-03-04T13:53:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:53:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:53:20.548Z||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-03-04T13:53:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:53:30.335Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:53:30.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:54:20.545Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:54:20.546Z||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-03-04T13:54:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:54:20.548Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:54:20.549Z||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-03-04T13:54:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:54:30.318Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:54:30.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:55:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:55:20.547Z||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-03-04T13:55:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:55:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:55:20.549Z||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-03-04T13:55:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:55:30.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:55:30.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:56:20.546Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:56:20.547Z||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-03-04T13:56:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:56:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:56:20.548Z||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-03-04T13:56:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:56:30.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:56:30.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:57:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:57:20.547Z||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-03-04T13:57:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:57:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:57:20.548Z||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-03-04T13:57:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:57:30.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:57:30.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:58:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:58:20.546Z||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-03-04T13:58:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:58:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:58:20.548Z||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-03-04T13:58:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:58:30.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:58:30.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:59:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:59:20.547Z||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-03-04T13:59:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:59:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T13:59:20.548Z||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-03-04T13:59:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T13:59:30.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T13:59:30.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:00:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:00:20.547Z||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-03-04T14:00:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:00:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:00:20.548Z||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-03-04T14:00:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:00:30.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:00:30.212Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:01:20.546Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:01:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:01:20.548Z||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-03-04T14:01:20.548Z||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-03-04T14:01:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:01:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:01:30.155Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:01:30.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:01:32.689Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-04T14:02:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:02:20.547Z||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-03-04T14:02:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:02:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:02:20.548Z||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-03-04T14:02:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:02:30.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:02:30.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:03:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:03:20.546Z||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-03-04T14:03:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:03:20.548Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:03:20.548Z||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-03-04T14:03:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:03:30.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:03:30.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:04:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:04:20.546Z||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-03-04T14:04:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:04:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:04:20.548Z||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-03-04T14:04:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:04:30.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:04:30.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:05:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:05:20.546Z||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-03-04T14:05:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:05:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:05:20.548Z||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-03-04T14:05:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:05:30.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:05:30.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:06:20.546Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:06:20.549Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:06:20.549Z||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-03-04T14:06:20.549Z||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-03-04T14:06:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:06:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:06:30.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:06:30.211Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:07:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:07:20.547Z||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-03-04T14:07:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:07:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:07:20.548Z||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-03-04T14:07:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:07:30.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:07:30.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:08:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:08:20.546Z||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-03-04T14:08:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:08:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:08:20.548Z||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-03-04T14:08:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:08:30.212Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:08:30.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:09:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:09:20.546Z||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-03-04T14:09:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:09:20.548Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:09:20.548Z||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-03-04T14:09:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:09:30.160Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:09:30.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:10:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:10:20.546Z||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-03-04T14:10:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:10:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:10:20.548Z||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-03-04T14:10:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:10:30.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:10:30.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:11:20.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:11:20.548Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:11:20.549Z||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-03-04T14:11:20.549Z||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-03-04T14:11:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:11:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:11:30.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:11:30.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:12:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:12:20.547Z||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-03-04T14:12:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:12:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:12:20.548Z||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-03-04T14:12:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:12:30.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:12:30.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:13:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:13:20.546Z||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-03-04T14:13:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:13:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:13:20.548Z||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-03-04T14:13:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:13:30.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:13:30.239Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:14:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:14:20.546Z||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-03-04T14:14:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:14:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:14:20.548Z||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-03-04T14:14:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:14:30.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:14:30.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:15:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:15:20.546Z||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-03-04T14:15:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:15:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:15:20.548Z||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-03-04T14:15:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:15:30.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:15:30.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:16:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:16:20.547Z||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-03-04T14:16:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:16:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:16:20.548Z||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-03-04T14:16:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:16:30.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:16:30.259Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:17:20.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:17:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:17:20.548Z||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-03-04T14:17:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:17:20.548Z||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-03-04T14:17:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:17:30.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:17:30.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:18:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:18:20.546Z||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-03-04T14:18:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:18:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:18:20.549Z||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-03-04T14:18:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:18:30.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:18:30.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:19:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:19:20.546Z||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-03-04T14:19:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:19:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:19:20.548Z||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-03-04T14:19:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:19:30.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:19:30.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:20:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:20:20.546Z||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-03-04T14:20:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:20:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:20:20.548Z||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-03-04T14:20:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:20:30.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:20:30.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:21:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:21:20.546Z||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-03-04T14:21:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:21:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:21:20.548Z||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-03-04T14:21:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:21:30.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:21:30.129Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:22:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:22:20.547Z||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-03-04T14:22:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:22:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:22:20.548Z||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-03-04T14:22:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:22:30.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:22:30.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:23:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:23:20.547Z||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-03-04T14:23:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:23:20.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:23:20.548Z||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-03-04T14:23:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:23:30.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:23:30.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:24:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:24:20.546Z||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-03-04T14:24:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:24:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:24:20.548Z||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-03-04T14:24:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:24:30.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:24:30.163Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:25:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:25:20.546Z||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-03-04T14:25:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:25:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:25:20.548Z||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-03-04T14:25:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:25:30.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:25:30.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:26:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:26:20.546Z||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-03-04T14:26:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:26:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:26:20.548Z||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-03-04T14:26:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:26:30.126Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:26:30.151Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:27:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:27:20.546Z||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-03-04T14:27:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:27:20.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:27:20.548Z||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-03-04T14:27:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:27:30.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:27:30.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:28:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:28:20.546Z||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-03-04T14:28:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:28:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:28:20.548Z||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-03-04T14:28:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:28:30.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:28:30.202Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:29:20.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:29:20.548Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:29:20.548Z||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-03-04T14:29:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:29:20.548Z||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-03-04T14:29:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:29:30.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:29:30.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:30:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:30:20.546Z||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-03-04T14:30:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:30:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:30:20.548Z||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-03-04T14:30:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:30:30.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:30:30.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:31:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:31:20.546Z||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-03-04T14:31:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:31:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:31:20.548Z||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-03-04T14:31:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:31:30.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:31:30.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:32:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:32:20.546Z||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-03-04T14:32:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:32:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:32:20.548Z||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-03-04T14:32:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:32:30.151Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:32:30.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:33:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:33:20.546Z||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-03-04T14:33:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:33:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:33:20.548Z||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-03-04T14:33:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:33:30.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:33:30.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:34:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:34:20.546Z||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-03-04T14:34:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:34:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:34:20.548Z||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-03-04T14:34:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:34:30.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:34:30.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:35:20.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:35:20.548Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:35:20.550Z||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-03-04T14:35:20.550Z||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-03-04T14:35:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:35:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:35:30.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:35:30.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:36:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:36:20.546Z||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-03-04T14:36:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:36:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:36:20.548Z||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-03-04T14:36:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:36:30.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:36:30.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:37:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:37:20.546Z||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-03-04T14:37:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:37:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:37:20.548Z||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-03-04T14:37:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:37:30.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:37:30.288Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:38:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:38:20.547Z||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-03-04T14:38:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:38:20.548Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:38:20.549Z||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-03-04T14:38:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:38:30.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:38:30.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:39:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:39:20.546Z||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-03-04T14:39:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:39:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:39:20.548Z||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-03-04T14:39:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:39:30.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:39:30.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:40:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:40:20.546Z||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-03-04T14:40:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:40:20.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:40:20.548Z||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-03-04T14:40:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:40:30.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:40:30.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:41:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:41:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:41:20.550Z||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-03-04T14:41:20.551Z||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-03-04T14:41:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:41:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:41:30.182Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:41:30.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:42:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:42:20.546Z||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-03-04T14:42:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:42:20.548Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:42:20.549Z||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-03-04T14:42:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:42:30.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:42:30.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:43:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:43:20.546Z||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-03-04T14:43:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:43:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:43:20.548Z||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-03-04T14:43:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:43:30.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:43:30.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:44:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:44:20.546Z||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-03-04T14:44:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:44:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:44:20.548Z||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-03-04T14:44:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:44:30.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:44:30.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:45:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:45:20.547Z||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-03-04T14:45:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:45:20.548Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:45:20.549Z||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-03-04T14:45:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:45:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:45:30.294Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:46:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:46:20.548Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:46:20.549Z||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-03-04T14:46:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:46:20.549Z||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-03-04T14:46:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:46:30.184Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:46:30.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:47:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:47:20.547Z||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-03-04T14:47:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:47:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:47:20.548Z||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-03-04T14:47:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:47:30.235Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:47:30.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:48:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:48:20.546Z||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-03-04T14:48:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:48:20.548Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:48:20.549Z||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-03-04T14:48:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:48:30.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:48:30.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:49:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:49:20.546Z||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-03-04T14:49:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:49:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:49:20.548Z||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-03-04T14:49:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:49:30.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:49:30.247Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:50:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:50:20.546Z||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-03-04T14:50:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:50:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:50:20.548Z||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-03-04T14:50:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:50:30.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:50:30.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:51:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:51:20.546Z||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-03-04T14:51:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:51:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:51:20.548Z||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-03-04T14:51:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:51:30.314Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:51:30.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:52:20.546Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:52:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:52:20.548Z||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-03-04T14:52:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:52:20.548Z||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-03-04T14:52:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:52:30.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:52:30.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:53:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:53:20.546Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:53:20.550Z||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-03-04T14:53:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:53:20.550Z||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-03-04T14:53:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:53:30.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:53:30.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:54:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:54:20.546Z||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-03-04T14:54:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:54:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:54:20.548Z||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-03-04T14:54:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:54:30.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:54:30.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:55:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:55:20.546Z||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-03-04T14:55:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:55:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:55:20.548Z||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-03-04T14:55:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:55:30.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:55:30.288Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:56:20.549Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:56:20.550Z||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-03-04T14:56:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:56:20.549Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:56:20.551Z||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-03-04T14:56:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:56:30.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:56:30.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:57:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:57:20.546Z||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-03-04T14:57:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:57:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:57:20.548Z||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-03-04T14:57:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:57:30.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:57:30.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:58:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:58:20.546Z||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-03-04T14:58:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:58:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:58:20.548Z||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-03-04T14:58:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:58:30.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:58:30.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:59:20.546Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:59:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T14:59:20.549Z||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-03-04T14:59:20.549Z||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-03-04T14:59:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:59:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T14:59:30.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T14:59:30.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:00:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:00:20.546Z||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-03-04T15:00:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:00:20.548Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:00:20.549Z||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-03-04T15:00:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:00:30.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:00:30.262Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:01:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:01:20.546Z||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-03-04T15:01:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:01:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:01:20.548Z||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-03-04T15:01:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:01:30.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:01:30.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:02:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:02:20.546Z||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-03-04T15:02:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:02:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:02:20.548Z||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-03-04T15:02:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:02:30.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:02:30.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:03:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:03:20.546Z||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-03-04T15:03:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:03:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:03:20.548Z||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-03-04T15:03:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:03:30.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:03:30.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:04:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:04:20.546Z||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-03-04T15:04:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:04:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:04:20.549Z||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-03-04T15:04:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:04:30.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:04:30.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:05:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:05:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:05:20.548Z||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-03-04T15:05:20.548Z||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-03-04T15:05:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:05:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:05:30.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:05:30.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:06:20.546Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:06:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:06:20.548Z||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-03-04T15:06:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:06:20.548Z||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-03-04T15:06:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:06:30.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:06:30.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:07:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:07:20.547Z||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-03-04T15:07:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:07:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:07:20.549Z||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-03-04T15:07:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:07:30.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:07:30.211Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:08:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:08:20.546Z||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-03-04T15:08:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:08:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:08:20.548Z||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-03-04T15:08:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:08:30.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:08:30.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:09:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:09:20.547Z||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-03-04T15:09:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:09:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:09:20.548Z||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-03-04T15:09:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:09:30.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:09:30.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:10:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:10:20.547Z||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-03-04T15:10:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:10:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:10:20.548Z||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-03-04T15:10:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:10:30.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:10:30.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:11:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:11:20.547Z||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-03-04T15:11:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:11:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:11:20.548Z||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-03-04T15:11:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:11:30.215Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:11:30.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:12:20.546Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:12:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:12:20.550Z||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-03-04T15:12:20.550Z||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-03-04T15:12:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:12:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:12:30.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:12:30.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:13:20.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:13:20.548Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:13:20.550Z||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-03-04T15:13:20.550Z||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-03-04T15:13:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:13:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:13:30.241Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:13:30.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:14:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:14:20.547Z||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-03-04T15:14:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:14:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:14:20.548Z||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-03-04T15:14:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:14:30.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:14:30.166Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:15:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:15:20.546Z||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-03-04T15:15:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:15:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:15:20.548Z||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-03-04T15:15:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:15:30.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:15:30.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:16:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:16:20.546Z||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-03-04T15:16:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:16:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:16:20.548Z||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-03-04T15:16:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:16:30.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:16:30.168Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:17:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:17:20.546Z||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-03-04T15:17:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:17:20.548Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:17:20.549Z||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-03-04T15:17:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:17:30.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:17:30.255Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:18:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:18:20.547Z||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-03-04T15:18:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:18:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:18:20.548Z||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-03-04T15:18:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:18:30.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:18:30.254Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:19:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:19:20.546Z||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-03-04T15:19:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:19:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:19:20.548Z||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-03-04T15:19:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:19:30.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:19:30.210Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:20:20.546Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:20:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:20:20.548Z||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-03-04T15:20:20.548Z||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-03-04T15:20:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:20:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:20:30.211Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:20:30.214Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:20.545Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:21:20.546Z||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-03-04T15:21:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:21:20.548Z||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-03-04T15:21:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:20.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:20.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407261150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407263905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407275192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407274930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:20.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407276205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:20.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407269671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:20.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:20.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:20.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "policy-id",
  "timestamp": 1646407277213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T15:21:21.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:21:21.143Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:21:21.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407277795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:21.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:21:21.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:21:21.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:21.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "cds",
  "timestamp": 1646407278821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-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-03-04T15:21:21.181Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:21:21.181Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:21:21.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:21.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:21.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407279216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:21.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407280221,
  "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-03-04T15:21:21.199Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:21:21.200Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:21:21.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T15:21:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"12e5f912-74e2-4ffa-8d75-d46df9f37876","serviceName":"basic_onboard_qUJDvH","serviceVersion":"1.0","serviceUUID":"8030cfe9-2562-47b0-8683-10cfc9d7b3f1","serviceDescription":"service","serviceInvariantUUID":"f48682db-e9d8-4d80-a8c8-e9bdfe3cf431","resources":[{"resourceInstanceName":"basic_onboard_qUJDvH 0","resourceName":"basic_onboard_qUJDvH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07d5fd9b-1a12-411b-93c3-87f0ff5d25b7","resourceInvariantUUID":"3993ef68-f0de-482c-9bc0-13002fe9b129","resourceCustomizationUUID":"b587aa7e-9d79-4388-b44e-55de99e07f54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml","artifactChecksum":"NTMyMTI3NGY2MzhlOTk0ZjYyZDMwOWRjNWU3OGE0NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c5f3d7f-2fe5-4710-8f98-a4a52a30d015","artifactVersion":"1"},{"artifactName":"basic_onboard_qujdvh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json","artifactChecksum":"ZWY5NWQ2MWYyODZiODY2Y2QwNGExYWI1ZWYxYjU3ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e2529b6-50fe-4e91-b09a-299d5914a851","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"682687c5-be6c-46a1-a6e0-b3ecd8053d76","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9ad44b3-086e-4d9e-8552-50f486a5e21a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0596e04-395e-4196-ad1d-90804d768a89","artifactVersion":"2","generatedFromUUID":"682687c5-be6c-46a1-a6e0-b3ecd8053d76"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQujdvh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml","artifactChecksum":"NWQ4MTYzZjAxMDk2MWRjNDcyMDkzNTkyOGYyMWQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8462de4-df52-437d-9846-c3e3606d7f14","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQujdvh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar","artifactChecksum":"ZjE0NjVjMTc3YjAwOTYyZDYyNDM2NDJiYWFkMmI1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:21:21.252Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:21.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:21.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:21.272Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:21.372Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-04T15:21:21.377Z||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-03-04T15:21:21.377Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:21.424Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:21.425Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":7,"count":1}
2022-03-04T15:21:22.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:22.280Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:22.282Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:22.282Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:21:22.382Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:22.383Z||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-03-04T15:21:22.383Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:22.444Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:22.445Z||pool-4-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:23.282Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:23.283Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:23.285Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:23.285Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:21:23.385Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:23.386Z||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-03-04T15:21:23.386Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:23.446Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:23.448Z||pool-5-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:24.285Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:24.286Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:24.289Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:24.289Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:24.389Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:24.390Z||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-03-04T15:21:24.390Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:24.424Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:24.424Z||pool-6-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:21:25.289Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:25.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:25.292Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:25.292Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-04T15:21:25.392Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:25.393Z||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-03-04T15:21:25.394Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:25.408Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:25.408Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:26.293Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:26.294Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:26.297Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:26.297Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:21:26.397Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:21:26.398Z||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-03-04T15:21:26.398Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:26.450Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:26.450Z||pool-8-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":3,"count":1}
2022-03-04T15:21:27.298Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:21:27.299Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:27.301Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:27.301Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:21:27.402Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:27.403Z||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-03-04T15:21:27.403Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:27.438Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:27.438Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:28.303Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "serviceName": "basic_onboard_qUJDvH",
  "serviceVersion": "1.0",
  "serviceUUID": "8030cfe9-2562-47b0-8683-10cfc9d7b3f1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f48682db-e9d8-4d80-a8c8-e9bdfe3cf431",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_qUJDvH 0",
      "resourceCustomizationUUID": "b587aa7e-9d79-4388-b44e-55de99e07f54",
      "resourceName": "basic_onboard_qUJDvH",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07d5fd9b-1a12-411b-93c3-87f0ff5d25b7",
      "resourceInvariantUUID": "3993ef68-f0de-482c-9bc0-13002fe9b129",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qujdvh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
          "artifactChecksum": "ZWY5NWQ2MWYyODZiODY2Y2QwNGExYWI1ZWYxYjU3ZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e2529b6-50fe-4e91-b09a-299d5914a851",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "682687c5-be6c-46a1-a6e0-b3ecd8053d76",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f0596e04-395e-4196-ad1d-90804d768a89",
            "generatedFromUUID": "682687c5-be6c-46a1-a6e0-b3ecd8053d76"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f0596e04-395e-4196-ad1d-90804d768a89",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQujdvh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
      "artifactChecksum": "ZjE0NjVjMTc3YjAwOTYyZDYyNDM2NDJiYWFkMmI1YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:21:28.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:21:28.305Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8030cfe9-2562-47b0-8683-10cfc9d7b3f1 ASDC
2022-03-04T15:21:28.423Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:12e5f912-74e2-4ffa-8d75-d46df9f37876
ServiceName:basic_onboard_qUJDvH
ServiceVersion:1.0
ServiceUUID:8030cfe9-2562-47b0-8683-10cfc9d7b3f1
ServiceInvariantUUID:f48682db-e9d8-4d80-a8c8-e9bdfe3cf431
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQujdvh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar
ArtifactUUID:35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d
ArtifactChecksum:ZjE0NjVjMTc3YjAwOTYyZDYyNDM2NDJiYWFkMmI1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qUJDvH 0
ResourceCustomizationUUID:b587aa7e-9d79-4388-b44e-55de99e07f54
ResourceInvariantUUID:3993ef68-f0de-482c-9bc0-13002fe9b129
ResourceName:basic_onboard_qUJDvH
ResourceType:VF
ResourceUUID:07d5fd9b-1a12-411b-93c3-87f0ff5d25b7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qujdvh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json
ArtifactUUID:3e2529b6-50fe-4e91-b09a-299d5914a851
ArtifactChecksum:ZWY5NWQ2MWYyODZiODY2Y2QwNGExYWI1ZWYxYjU3ZGU=
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/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:682687c5-be6c-46a1-a6e0-b3ecd8053d76
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/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
ArtifactUUID:f0596e04-395e-4196-ad1d-90804d768a89
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/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
ArtifactUUID:f0596e04-395e-4196-ad1d-90804d768a89
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:21:28.424Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8030cfe9-2562-47b0-8683-10cfc9d7b3f1 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-03-04T15:21:28.473Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:21:28.474Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-04T15:21:28.475Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-04T15:21:28.476Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d from URL: /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:28.476Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-04T15:21:28.477Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:28.851Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-04T15:21:28.865Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar 35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d 71598
2022-03-04T15:21:28.866Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar ASDC sendASDCNotification
2022-03-04T15:21:28.866Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:28.867Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:21:28.868Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:28.870Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:28.870Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407288865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:28.970Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:28.971Z||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-03-04T15:21:28.971Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:28.998Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:28.998Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:29.870Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:21:29.872Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-04T15:21:29.872Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 35fbf3b7-3a4d-4bed-8dff-a8747ed8bb8d, URL: /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar to file: /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:29.873Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:29.966Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:29.967Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:30.588Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8986402609852657563/Definitions/service-BasicOnboardQujdvh-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-03-04T15:21:32.759Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:21:32.764Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-04T15:21:32.764Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.764Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-04T15:21:32.764Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qUJDvH 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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.764Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.765Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.765Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.765Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.765Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.765Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.766Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.766Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:32.766Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-04T15:21:32.772Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.774Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.778Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:32.778Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-04T15:21:32.780Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:21:32.782Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.782Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.782Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:32.782Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-04T15:21:32.783Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:21:32.783Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.783Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.786Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.787Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is not matching search criteria
2022-03-04T15:21:32.787Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-04T15:21:32.787Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-04T15:21:32.787Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-04T15:21:32.787Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T15:21:32.788Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:21:32.788Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.788Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:21:32.789Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.789Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:32.790Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:32.790Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.790Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:32.791Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:32.791Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.791Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:32.791Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:32.792Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.792Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is not matching search criteria
2022-03-04T15:21:32.792Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-04T15:21:32.792Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T15:21:32.793Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd4b151-2aa8-4378-959f-ba8d3867a18f
2022-03-04T15:21:32.793Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.793Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.793Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.794Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.794Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.794Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.794Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:32.794Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:32.795Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_qUJDvH
Description:service
Model UUID:8030cfe9-2562-47b0-8683-10cfc9d7b3f1
Model Version:NULL
Model InvariantUuid:f48682db-e9d8-4d80-a8c8-e9bdfe3cf431
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_qUJDvH
Model UUID:2da9ca71-ef1d-4959-958c-f7f2ebe16fed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3993ef68-f0de-482c-9bc0-13002fe9b129
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b587aa7e-9d79-4388-b44e-55de99e07f54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d51fe79-cfc5-4625-b438-8264af5b44a4
ModelName:BasicOnboardQujdvh..base_ubuntu18..module-0
ModelUuid:c094bf62-4682-4e7e-b49e-8609f2911e8f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ddd4b151-2aa8-4378-959f-ba8d3867a18f
ModelInvariantUuid:047e2681-2a41-4b33-b296-6aa5d70501a5
ModelName:basic_onboard_qUJDvH-nodes.ubuntu18Cvfc
ModelUuid:73b25df8-b0b5-46d1-b9ea-b3bdd053824d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:97bfc1a0-feb6-449d-a229-471b930fca13
ModelInvariantUuid:6a94e1bd-cb50-4d88-9481-1f32d51712c3
ModelName:BasicOnboardQujdvh.compute.nodes.heat.ubuntu18
ModelUuid:d771f6ec-5c03-49ff-a143-accb243ea323
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-03-04T15:21:32.807Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 07d5fd9b-1a12-411b-93c3-87f0ff5d25b7
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-03-04T15:21:32.897Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||basic_onboard_qUJDvH 0
2022-03-04T15:21:32.904Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07d5fd9b-1a12-411b-93c3-87f0ff5d25b7
2022-03-04T15:21:32.904Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e2529b6-50fe-4e91-b09a-299d5914a851 from URL: /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json
2022-03-04T15:21:32.905Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-04T15:21:32.905Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json
2022-03-04T15:21:33.229Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-04T15:21:33.229Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json 3e2529b6-50fe-4e91-b09a-299d5914a851 798
2022-03-04T15:21:33.230Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json ASDC sendASDCNotification
2022-03-04T15:21:33.230Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json
2022-03-04T15:21:33.230Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:21:33.231Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:33.233Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:33.233Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407293230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:33.333Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:33.336Z||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-03-04T15:21:33.337Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:33.383Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:33.384Z||pool-11-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:34.236Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQujdvh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2d51fe79-cfc5-4625-b438-8264af5b44a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c094bf62-4682-4e7e-b49e-8609f2911e8f",
    "vfModuleModelCustomizationUUID": "13222dcb-f018-4326-a4c2-d15416c75c83",
    "isBase": true,
    "artifacts": [
      "682687c5-be6c-46a1-a6e0-b3ecd8053d76",
      "f0596e04-395e-4196-ad1d-90804d768a89"
    ],
    "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-03-04T15:21:34.257Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQujdvh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c094bf62-4682-4e7e-b49e-8609f2911e8f
VfModuleModelInvariantUUID:2d51fe79-cfc5-4625-b438-8264af5b44a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
682687c5-be6c-46a1-a6e0-b3ecd8053d76
,
f0596e04-395e-4196-ad1d-90804d768a89

}
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-03-04T15:21:34.260Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQujdvh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2d51fe79-cfc5-4625-b438-8264af5b44a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c094bf62-4682-4e7e-b49e-8609f2911e8f",
    "vfModuleModelCustomizationUUID": "13222dcb-f018-4326-a4c2-d15416c75c83",
    "isBase": true,
    "artifacts": [
      "682687c5-be6c-46a1-a6e0-b3ecd8053d76",
      "f0596e04-395e-4196-ad1d-90804d768a89"
    ],
    "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-03-04T15:21:34.260Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQujdvh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c094bf62-4682-4e7e-b49e-8609f2911e8f
VfModuleModelInvariantUUID:2d51fe79-cfc5-4625-b438-8264af5b44a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
682687c5-be6c-46a1-a6e0-b3ecd8053d76
,
f0596e04-395e-4196-ad1d-90804d768a89

}
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-03-04T15:21:34.260Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 682687c5-be6c-46a1-a6e0-b3ecd8053d76 from URL: /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml
2022-03-04T15:21:34.260Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-04T15:21:34.260Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml
2022-03-04T15:21:34.743Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-04T15:21:34.743Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml 682687c5-be6c-46a1-a6e0-b3ecd8053d76 5033
2022-03-04T15:21:34.743Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-04T15:21:34.743Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml
2022-03-04T15:21:34.744Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:21:34.744Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:34.746Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:34.746Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407294743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:34.846Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:34.847Z||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-03-04T15:21:34.847Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:34.882Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:34.882Z||pool-12-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:35.747Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0596e04-395e-4196-ad1d-90804d768a89 from URL: /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
2022-03-04T15:21:35.747Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-04T15:21:35.748Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
2022-03-04T15:21:36.239Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-04T15:21:36.240Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env f0596e04-395e-4196-ad1d-90804d768a89 909
2022-03-04T15:21:36.240Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-04T15:21:36.240Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
2022-03-04T15:21:36.240Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:21:36.240Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:36.243Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:36.243Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407296240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:21:36.344Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:21:36.346Z||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-03-04T15:21:36.346Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:36.365Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:36.366Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:37.247Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8030cfe9-2562-47b0-8683-10cfc9d7b3f1
2022-03-04T15:21:37.249Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qUJDvH 0 07d5fd9b-1a12-411b-93c3-87f0ff5d25b7 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-03-04T15:21:37.282Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65da0538, org.onap.sdc.toscaparser.api.parameters.Input@1eb01a9e, org.onap.sdc.toscaparser.api.parameters.Input@441cba61, org.onap.sdc.toscaparser.api.parameters.Input@121cd5e5, org.onap.sdc.toscaparser.api.parameters.Input@275ae15b]
2022-03-04T15:21:37.286Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.286Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.287Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-04T15:21:37.287Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b587aa7e-9d79-4388-b44e-55de99e07f54
2022-03-04T15:21:37.287Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b587aa7e-9d79-4388-b44e-55de99e07f54 matches Tosca VF Customization UUID: b587aa7e-9d79-4388-b44e-55de99e07f54
2022-03-04T15:21:37.287Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b587aa7e-9d79-4388-b44e-55de99e07f54  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-03-04T15:21:37.294Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.295Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.296Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b587aa7e-9d79-4388-b44e-55de99e07f54: {\"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-03-04T15:21:37.296Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34aacbe2
2022-03-04T15:21:37.296Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.296Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:21:37.297Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13222dcb-f018-4326-a4c2-d15416c75c83
2022-03-04T15:21:37.298Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13222dcb-f018-4326-a4c2-d15416c75c83
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-03-04T15:21:37.304Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.304Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:37.304Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:37.305Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.305Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:37.306Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:37.306Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.306Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is not matching search criteria
2022-03-04T15:21:37.306Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-04T15:21:37.306Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T15:21:37.307Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddd4b151-2aa8-4378-959f-ba8d3867a18f
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-03-04T15:21:37.317Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.317Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:37.317Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:21:37.317Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.318Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qUJDvH 0 is matching search criteria
2022-03-04T15:21:37.318Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qUJDvH 0] matching following query criteria: sdcType=VF, customizationUUID=b587aa7e-9d79-4388-b44e-55de99e07f54
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-03-04T15:21:37.321Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.321Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.322Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8030cfe9-2562-47b0-8683-10cfc9d7b3f1: basic_onboard_qUJDvH
2022-03-04T15:21:37.322Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.322Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.322Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.323Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.323Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.323Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.323Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.324Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.324Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:21:37.324Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qUJDvH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:21:37.324Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_qUJDvH 
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-03-04T15:21:37.544Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qUJDvH 07d5fd9b-1a12-411b-93c3-87f0ff5d25b7 1 ASDC deployResourceStructure
2022-03-04T15:21:37.544Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json ASDC sendASDCNotification
2022-03-04T15:21:37.544Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json
2022-03-04T15:21:37.544Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:21:37.545Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:37.546Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:37.546Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407297544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:37.646Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:37.648Z||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-03-04T15:21:37.648Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:37.678Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:37.679Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:21:38.547Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-04T15:21:38.550Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml
2022-03-04T15:21:38.550Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:21:38.550Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:38.553Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:38.553Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407298547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:38.653Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:38.654Z||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-03-04T15:21:38.654Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:38.673Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:38.674Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:39.554Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-04T15:21:39.554Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env
2022-03-04T15:21:39.555Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:21:39.556Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:39.560Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:39.561Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407299554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:39.660Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:21:39.661Z||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-03-04T15:21:39.661Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:39.683Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:39.683Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:40.562Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar ASDC sendASDCNotification
2022-03-04T15:21:40.563Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar
2022-03-04T15:21:40.564Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:21:40.564Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:21:40.567Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:21:40.567Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407300562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:21:40.667Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:21:40.668Z||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-03-04T15:21:40.668Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:21:40.687Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:21:40.687Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:21:41.569Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:21:41.585Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:21:41.588Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:21:41.588Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:21:41.588Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:22:11.589Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:22:11.601Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:22:11.604Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:22:11.604Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:22:11.605Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:22:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:22:20.548Z||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-03-04T15:22:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:22:20.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:22:20.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:22:20.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:22:20.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:22:41.605Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:22:41.621Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:22:41.624Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:22:41.624Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:22:41.624Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:23:11.624Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:23:11.636Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:23:11.640Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:23:11.640Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:23:11.640Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:23:20.551Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:23:20.552Z||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-03-04T15:23:20.552Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:23:20.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:23:20.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:23:20.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:23:20.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:23:41.641Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:23:41.657Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:23:41.660Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:23:41.660Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:23:41.660Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:24:11.660Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:24:11.677Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:24:11.680Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:24:11.680Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:24:11.680Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:24:20.548Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:24:20.550Z||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-03-04T15:24:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:24:20.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:24:21.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407275516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407276863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407283798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407285373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407286584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407287672,
  "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-03-04T15:24:21.147Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:24:21.147Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:24:21.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407280545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407280868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407288679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407289099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407288865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407293230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407286738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407294743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407296240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407297544,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/basic_onboard_qujdvh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407298547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407284671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407291150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407283905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407299554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/resourceInstances/basic_onboard_qujdvh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407299737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407300491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407300820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407300822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407300562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "cds",
  "timestamp": 1646407301840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-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-03-04T15:24:21.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.201Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:21.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407301828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407295516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407301747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "policy-id",
  "timestamp": 1646407302835,
  "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-03-04T15:24:21.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:21.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407296864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407303010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQujdvh/1.0/artifacts/service-BasicOnboardQujdvh-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:24:21.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "clamp",
  "timestamp": 1646407302759,
  "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-03-04T15:24:21.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:24:21.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:24:21.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407303505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "aai-ml",
  "timestamp": 1646407304019,
  "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-03-04T15:24:21.242Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 12e5f912-74e2-4ffa-8d75-d46df9f37876
2022-03-04T15:24:21.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407303958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407304711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407304962,
  "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-03-04T15:24:21.257Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.257Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:21.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407305893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407306925,
  "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-03-04T15:24:21.272Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.272Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:21.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407307932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407310868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407319206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407316738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:24:21.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407330734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407331723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407331748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:24:21.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:24:21.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "aai-ml",
  "timestamp": 1646407332729,
  "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-03-04T15:24:21.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.291Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:21.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:24:21.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "clamp",
  "timestamp": 1646407332755,
  "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-03-04T15:24:21.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b62948e-b6bd-4233-92a4-43b7a994b039
2022-03-04T15:24:21.304Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:24:41.680Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:24:41.693Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:24:41.695Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:24:41.696Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:24:41.696Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:24:41.696Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:24:41.696Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:24:41.696Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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-03-04T15:24:41.700Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:25:11.701Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876 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-03-04T15:25:11.712Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12e5f912-74e2-4ffa-8d75-d46df9f37876 and serviceModelVersionId: 8030cfe9-2562-47b0-8683-10cfc9d7b3f1
2022-03-04T15:25:11.712Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f48682db-e9d8-4d80-a8c8-e9bdfe3cf431
2022-03-04T15:25:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:25:20.548Z||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-03-04T15:25:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:25.942Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0
2022-03-04T15:25:26.044Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:25:26.538Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|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/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:26.543Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Invoke
2022-03-04T15:25:28.111Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:28.113Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Invoke
2022-03-04T15:25:29.643Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:29.647Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Invoke
2022-03-04T15:25:30.213Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:30.677Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:25:30.679Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:30.681Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:25:30.682Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:30.687Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:30.688Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12e5f912-74e2-4ffa-8d75-d46df9f37876 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:25:30.689Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:25:30.689Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:30.692Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:30.692Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407530688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:25:30.792Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:30.793Z||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-03-04T15:25:30.793Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:30.821Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:30.822Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 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-03-04T15:25:31.704Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:25:31.705Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:31.705Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:36.353Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:36.354Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||received message from topic
2022-03-04T15:25:36.354Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0b62948e-b6bd-4233-92a4-43b7a994b039","serviceName":"vFW 2022-03-04 15-17-42","serviceVersion":"1.0","serviceUUID":"40c67006-5509-4f40-9e11-8226912d7d8f","serviceDescription":"catalog service description","serviceInvariantUUID":"79526ece-e4ef-440c-aa91-43776444da82","resources":[{"resourceInstanceName":"vFW 76ed8397-c816 0","resourceName":"vFW 76ed8397-c816","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6e4a527-6b55-49d1-ab65-ccde96911597","resourceInvariantUUID":"238dfa73-3bb7-4ee7-9c0f-ffeac216c27b","resourceCustomizationUUID":"fb055d5e-b1a5-4f1f-8b58-bb52d488871f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml","artifactChecksum":"MGJmMTViZjk3NjUxOGI5ZmNlNzZmNWJkNDIyNWIyMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f8bbadf-b8a0-4f5d-b5a6-7ff955542cfb","artifactVersion":"1"},{"artifactName":"vfw76ed8397c8160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json","artifactChecksum":"N2Q3OTc3YTUxY2QxZmNiODkzN2VmOTZiOWYzNTBlZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5124d22f-8bb0-40d4-b6c0-39af9ba3679d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a1c1216-ea70-453c-9f8b-fb32deabd607","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml","artifactChecksum":"YjIyNDhmMGFiNTA0NWE1YTUwMjZlZDA3NTM3NGIxNmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b98899d-09d3-422d-af5a-a5a724e28468","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7baf8dfe-e170-4824-8e46-c0f657522489","artifactVersion":"2","generatedFromUUID":"6a1c1216-ea70-453c-9f8b-fb32deabd607"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304151742-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml","artifactChecksum":"ZTU2MGRmMGEzZjIxZDBhZDE3YjZkZWZiMGJkOGIwYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76d565f0-4849-4e92-9f1c-dc87d1d0de59","artifactVersion":"1"},{"artifactName":"service-Vfw20220304151742-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar","artifactChecksum":"MmM3NzU4ZWZiNjI4YmEyOGIwOWIxZDJkMjQ2YTg0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:25:36.357Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:36.357Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:36.359Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:36.359Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:25:36.459Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:36.460Z||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-03-04T15:25:36.460Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:36.493Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:36.494Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:37.359Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:37.360Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:37.362Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:37.362Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:25:37.463Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:25:37.464Z||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-03-04T15:25:37.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:37.527Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:37.527Z||pool-20-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:38.363Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:38.364Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:38.366Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:38.366Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:25:38.466Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:38.467Z||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-03-04T15:25:38.467Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:38.493Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:38.494Z||pool-21-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:39.367Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:39.368Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:39.370Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:39.370Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:25:39.472Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:25:39.472Z||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-03-04T15:25:39.473Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:39.513Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:39.513Z||pool-22-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:40.371Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:40.373Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:40.375Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:40.375Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:25:40.483Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-04T15:25:40.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-03-04T15:25:40.484Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:40.531Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:40.531Z||pool-23-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:25:41.376Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:41.376Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:41.378Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:41.378Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:25:41.478Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:41.479Z||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-03-04T15:25:41.479Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:41.494Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:41.495Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:25:42.379Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:25:42.379Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:42.381Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:42.381Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:25:42.481Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:42.482Z||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-03-04T15:25:42.482Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:42.567Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:42.568Z||pool-25-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:43.383Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "serviceName": "vFW 2022-03-04 15-17-42",
  "serviceVersion": "1.0",
  "serviceUUID": "40c67006-5509-4f40-9e11-8226912d7d8f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "79526ece-e4ef-440c-aa91-43776444da82",
  "resources": [
    {
      "resourceInstanceName": "vFW 76ed8397-c816 0",
      "resourceCustomizationUUID": "fb055d5e-b1a5-4f1f-8b58-bb52d488871f",
      "resourceName": "vFW 76ed8397-c816",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b6e4a527-6b55-49d1-ab65-ccde96911597",
      "resourceInvariantUUID": "238dfa73-3bb7-4ee7-9c0f-ffeac216c27b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw76ed8397c8160_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
          "artifactChecksum": "N2Q3OTc3YTUxY2QxZmNiODkzN2VmOTZiOWYzNTBlZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5124d22f-8bb0-40d4-b6c0-39af9ba3679d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6a1c1216-ea70-453c-9f8b-fb32deabd607",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7baf8dfe-e170-4824-8e46-c0f657522489",
            "generatedFromUUID": "6a1c1216-ea70-453c-9f8b-fb32deabd607"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7baf8dfe-e170-4824-8e46-c0f657522489",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304151742-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
      "artifactChecksum": "MmM3NzU4ZWZiNjI4YmEyOGIwOWIxZDJkMjQ2YTg0Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:25:43.383Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:25:43.383Z|12e5f912-74e2-4ffa-8d75-d46df9f37876|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40c67006-5509-4f40-9e11-8226912d7d8f ASDC
2022-03-04T15:25:43.384Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0b62948e-b6bd-4233-92a4-43b7a994b039
ServiceName:vFW 2022-03-04 15-17-42
ServiceVersion:1.0
ServiceUUID:40c67006-5509-4f40-9e11-8226912d7d8f
ServiceInvariantUUID:79526ece-e4ef-440c-aa91-43776444da82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304151742-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar
ArtifactUUID:9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8
ArtifactChecksum:MmM3NzU4ZWZiNjI4YmEyOGIwOWIxZDJkMjQ2YTg0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 76ed8397-c816 0
ResourceCustomizationUUID:fb055d5e-b1a5-4f1f-8b58-bb52d488871f
ResourceInvariantUUID:238dfa73-3bb7-4ee7-9c0f-ffeac216c27b
ResourceName:vFW 76ed8397-c816
ResourceType:VF
ResourceUUID:b6e4a527-6b55-49d1-ab65-ccde96911597
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw76ed8397c8160_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json
ArtifactUUID:5124d22f-8bb0-40d4-b6c0-39af9ba3679d
ArtifactChecksum:N2Q3OTc3YTUxY2QxZmNiODkzN2VmOTZiOWYzNTBlZTA=
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/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml
ArtifactUUID:6a1c1216-ea70-453c-9f8b-fb32deabd607
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/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
ArtifactUUID:7baf8dfe-e170-4824-8e46-c0f657522489
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/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
ArtifactUUID:7baf8dfe-e170-4824-8e46-c0f657522489
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:25:43.384Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40c67006-5509-4f40-9e11-8226912d7d8f 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-03-04T15:25:43.412Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:25:43.413Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:25:43.413Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:25:43.413Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Trying to download the artifact UUID: 9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8 from URL: /sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:43.413Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:25:43.413Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:43.705Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:25:43.710Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar 9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8 98966
2022-03-04T15:25:43.710Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar ASDC sendASDCNotification
2022-03-04T15:25:43.710Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:43.710Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:25:43.711Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:43.713Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:43.713Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407543710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:25:43.814Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:43.815Z||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-03-04T15:25:43.815Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:43.956Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:43.956Z||pool-26-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:44.714Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:25:44.715Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:25:44.715Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Trying to write artifact UUID: 9ff54020-dc86-4ba0-a32d-e1c8c1a91cd8, URL: /sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar to file: /app/ASDC/1/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:44.715Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304151742-csar.csar
2022-03-04T15:25:44.716Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:44.716Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:44.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14314091376424469325/Definitions/service-Vfw20220304151742-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-03-04T15:25:46.868Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|WARN|500||####################################################################################################
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.869Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 76ed8397-c816 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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-Vfw20220304151742-csar.csar
2022-03-04T15:25:46.870Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|WARN|500||####################################################################################################
2022-03-04T15:25:46.871Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.871Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.871Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:46.871Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:25:46.871Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.872Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.873Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.874Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.875Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:46.876Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:46.877Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:25:46.878Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8c9bf2d2-3fbb-40eb-8c9f-ce52d9c8fa39
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:46.879Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:25:46.880Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e13a94f3-fcb6-4ea0-aef4-dbe99b869340
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:46.881Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:46.882Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a96339-ffd4-4cac-9461-87132a8dbe5e
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.883Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:46.884Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:46.885Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-17-42
Description:catalog service description
Model UUID:40c67006-5509-4f40-9e11-8226912d7d8f
Model Version:NULL
Model InvariantUuid:79526ece-e4ef-440c-aa91-43776444da82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 76ed8397-c816
Model UUID:2b93a84e-cbbb-4bfc-958d-f318224a0309
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:238dfa73-3bb7-4ee7-9c0f-ffeac216c27b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb055d5e-b1a5-4f1f-8b58-bb52d488871f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a37ed5d9-c690-433b-b4a7-43fcea5c0c87
ModelName:Vfw76ed8397C816..base_vfw..module-0
ModelUuid:446792fc-8fb7-49fb-840c-e9a82eeffe56
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c9bf2d2-3fbb-40eb-8c9f-ce52d9c8fa39
ModelInvariantUuid:069f711a-5af4-473b-a2d4-f03fb06eaae9
ModelName:vFW 76ed8397-c816-nodes.vfwCvfc
ModelUuid:ca47a0ee-474b-4aba-b0a7-7d43df137f8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:deef10b0-cca8-47b9-8515-565a419a2381
ModelInvariantUuid:2b2d09e5-26cc-4898-b9e9-8267508683bc
ModelName:Vfw76ed8397C816.compute.nodes.heat.vfw
ModelUuid:781de0e1-cc46-4bf9-b006-d213bd7811d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e13a94f3-fcb6-4ea0-aef4-dbe99b869340
ModelInvariantUuid:207b1801-cc4e-4eb1-9c2d-96083dd90730
ModelName:vFW 76ed8397-c816-nodes.vsnCvfc
ModelUuid:26ff0e6f-64fa-469f-a51f-30d2426f9998
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cf17bb31-164e-4b97-bf6c-dae2c4d90a18
ModelInvariantUuid:37702d03-9766-4caa-bc13-1f9952a93385
ModelName:Vfw76ed8397C816.compute.nodes.heat.vsn
ModelUuid:cac3f616-5303-4311-a848-2fc99e4a9227
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d3a96339-ffd4-4cac-9461-87132a8dbe5e
ModelInvariantUuid:2c9d592d-5ead-44ef-83fb-dca58ab9728a
ModelName:vFW 76ed8397-c816-nodes.vpgCvfc
ModelUuid:d1100e75-b684-478a-86cc-898d45309c7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ed8c34be-8440-494a-b458-e3b3f61211c5
ModelInvariantUuid:baf858e8-cbaf-4c7f-9215-0a41f0618c9b
ModelName:Vfw76ed8397C816.compute.nodes.heat.vpg
ModelUuid:172d5d0e-3555-4c1f-a1f7-fde4d6ee23ac
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-03-04T15:25:46.891Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: b6e4a527-6b55-49d1-ab65-ccde96911597
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-03-04T15:25:46.895Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||vFW 76ed8397-c816 0
2022-03-04T15:25:46.895Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: b6e4a527-6b55-49d1-ab65-ccde96911597
2022-03-04T15:25:46.895Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Trying to download the artifact UUID: 5124d22f-8bb0-40d4-b6c0-39af9ba3679d from URL: /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json
2022-03-04T15:25:46.895Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:25:46.895Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json
2022-03-04T15:25:47.345Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:25:47.346Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json 5124d22f-8bb0-40d4-b6c0-39af9ba3679d 785
2022-03-04T15:25:47.346Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json ASDC sendASDCNotification
2022-03-04T15:25:47.346Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json
2022-03-04T15:25:47.346Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:25:47.347Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:47.349Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:47.349Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407547346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:25:47.449Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:47.450Z||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-03-04T15:25:47.451Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:47.497Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:47.497Z||pool-27-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:25:48.350Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw76ed8397C816..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a37ed5d9-c690-433b-b4a7-43fcea5c0c87",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "446792fc-8fb7-49fb-840c-e9a82eeffe56",
    "vfModuleModelCustomizationUUID": "802e843d-9634-4f51-8692-393c1c091216",
    "isBase": true,
    "artifacts": [
      "6a1c1216-ea70-453c-9f8b-fb32deabd607",
      "7baf8dfe-e170-4824-8e46-c0f657522489"
    ],
    "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-03-04T15:25:48.355Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw76ed8397C816..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:446792fc-8fb7-49fb-840c-e9a82eeffe56
VfModuleModelInvariantUUID:a37ed5d9-c690-433b-b4a7-43fcea5c0c87
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a1c1216-ea70-453c-9f8b-fb32deabd607
,
7baf8dfe-e170-4824-8e46-c0f657522489

}
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-03-04T15:25:48.356Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw76ed8397C816..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a37ed5d9-c690-433b-b4a7-43fcea5c0c87",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "446792fc-8fb7-49fb-840c-e9a82eeffe56",
    "vfModuleModelCustomizationUUID": "802e843d-9634-4f51-8692-393c1c091216",
    "isBase": true,
    "artifacts": [
      "6a1c1216-ea70-453c-9f8b-fb32deabd607",
      "7baf8dfe-e170-4824-8e46-c0f657522489"
    ],
    "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-03-04T15:25:48.357Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw76ed8397C816..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:446792fc-8fb7-49fb-840c-e9a82eeffe56
VfModuleModelInvariantUUID:a37ed5d9-c690-433b-b4a7-43fcea5c0c87
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a1c1216-ea70-453c-9f8b-fb32deabd607
,
7baf8dfe-e170-4824-8e46-c0f657522489

}
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-03-04T15:25:48.357Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Trying to download the artifact UUID: 6a1c1216-ea70-453c-9f8b-fb32deabd607 from URL: /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml
2022-03-04T15:25:48.357Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:25:48.357Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml
2022-03-04T15:25:48.748Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:25:48.749Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml 6a1c1216-ea70-453c-9f8b-fb32deabd607 20368
2022-03-04T15:25:48.750Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:25:48.750Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml
2022-03-04T15:25:48.750Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:25:48.750Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:48.752Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:48.752Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407548750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:25:48.852Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:25:48.853Z||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-03-04T15:25:48.853Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:48.893Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:48.894Z||pool-28-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:49.753Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Trying to download the artifact UUID: 7baf8dfe-e170-4824-8e46-c0f657522489 from URL: /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
2022-03-04T15:25:49.754Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:25:49.754Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
2022-03-04T15:25:50.041Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:25:50.042Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env 7baf8dfe-e170-4824-8e46-c0f657522489 2098
2022-03-04T15:25:50.042Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:25:50.042Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
2022-03-04T15:25:50.042Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:25:50.042Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:50.044Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:50.044Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407550042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:25:50.144Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:50.145Z||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-03-04T15:25:50.146Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:50.188Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:50.188Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:51.045Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Preparing to deploy Service: 40c67006-5509-4f40-9e11-8226912d7d8f
2022-03-04T15:25:51.046Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 76ed8397-c816 0 b6e4a527-6b55-49d1-ab65-ccde96911597 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-03-04T15:25:51.064Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1830f993, org.onap.sdc.toscaparser.api.parameters.Input@7c48c2ea, org.onap.sdc.toscaparser.api.parameters.Input@5ae96dab, org.onap.sdc.toscaparser.api.parameters.Input@aa46ad5, org.onap.sdc.toscaparser.api.parameters.Input@15c7f673]
2022-03-04T15:25:51.065Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.066Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.066Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T15:25:51.066Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||VFCustomizationUUID= fb055d5e-b1a5-4f1f-8b58-bb52d488871f
2022-03-04T15:25:51.066Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb055d5e-b1a5-4f1f-8b58-bb52d488871f matches Tosca VF Customization UUID: fb055d5e-b1a5-4f1f-8b58-bb52d488871f
2022-03-04T15:25:51.066Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||vfCustomizationUUID: fb055d5e-b1a5-4f1f-8b58-bb52d488871f  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-03-04T15:25:51.068Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.068Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.069Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||resource request for resource customization id fb055d5e-b1a5-4f1f-8b58-bb52d488871f: {\"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-03-04T15:25:51.069Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17ecba18
2022-03-04T15:25:51.069Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.069Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:25:51.070Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 802e843d-9634-4f51-8692-393c1c091216
2022-03-04T15:25:51.070Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 802e843d-9634-4f51-8692-393c1c091216
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-03-04T15:25:51.072Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.072Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.072Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:51.072Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.073Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.073Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:51.073Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.073Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:25:51.074Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.075Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.075Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:25:51.075Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.076Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:25:51.076Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.076Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8c9bf2d2-3fbb-40eb-8c9f-ce52d9c8fa39
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-03-04T15:25:51.078Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.078Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.078Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.079Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.080Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:25:51.081Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.081Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e13a94f3-fcb6-4ea0-aef4-dbe99b869340
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-03-04T15:25:51.082Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.083Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.083Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:51.085Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:25:51.086Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:25:51.087Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a96339-ffd4-4cac-9461-87132a8dbe5e
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-03-04T15:25:51.089Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.090Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.090Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:25:51.090Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.090Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Node template vFW 76ed8397-c816 0 is matching search criteria
2022-03-04T15:25:51.090Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found topology templates [vFW 76ed8397-c816 0] matching following query criteria: sdcType=VF, customizationUUID=fb055d5e-b1a5-4f1f-8b58-bb52d488871f
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-03-04T15:25:51.092Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.092Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.092Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500|| resourceSeq for service uuid 40c67006-5509-4f40-9e11-8226912d7d8f: vFW 76ed8397-c816
2022-03-04T15:25:51.092Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.092Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.093Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:25:51.094Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Service vFW 2022-03-04 15-17-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:25:51.094Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||Saving Service: vFW 2022-03-04 15-17-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-03-04T15:25:51.276Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 76ed8397-c816 b6e4a527-6b55-49d1-ab65-ccde96911597 1 ASDC deployResourceStructure
2022-03-04T15:25:51.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json ASDC sendASDCNotification
2022-03-04T15:25:51.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json
2022-03-04T15:25:51.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:25:51.278Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:51.280Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:51.280Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407551277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:25:51.380Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:51.381Z||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-03-04T15:25:51.381Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:51.452Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:51.453Z||pool-30-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:25:52.281Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:25:52.282Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml
2022-03-04T15:25:52.282Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:25:52.282Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:52.284Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:52.284Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407552281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:25:52.385Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:25:52.386Z||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-03-04T15:25:52.386Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:52.424Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:52.424Z||pool-31-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:53.286Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:25:53.287Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env
2022-03-04T15:25:53.287Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:25:53.288Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:53.290Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:53.290Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407553286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:25:53.390Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:53.391Z||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-03-04T15:25:53.391Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:53.487Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:53.488Z||pool-32-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:25:54.291Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar ASDC sendASDCNotification
2022-03-04T15:25:54.292Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar
2022-03-04T15:25:54.292Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:25:54.293Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:25:54.295Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:25:54.295Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407554291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:25:54.395Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:25:54.396Z||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-03-04T15:25:54.396Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:25:54.515Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:25:54.516Z||pool-33-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:25:55.296Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b62948e-b6bd-4233-92a4-43b7a994b039
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:25:55.307Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b62948e-b6bd-4233-92a4-43b7a994b039
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:25:55.310Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:25:55.310Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:25:55.310Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:25:55.310Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:25:55.311Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:25:55.311Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?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-03-04T15:25:55.315Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:26:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:26:20.548Z||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-03-04T15:26:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:26:21.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:26:21.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12e5f912-74e2-4ffa-8d75-d46df9f37876",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407530688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:26:21.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:26:21.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407531704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407543710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:26:21.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407547346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407548750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407550042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:26:21.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407551277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/vfw76ed8397c8160_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407552281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407553286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/resourceInstances/vfw76ed8397c8160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:26:21.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:21.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:26:21.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407554291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304151742/1.0/artifacts/service-Vfw20220304151742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:26:21.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:26:25.316Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b62948e-b6bd-4233-92a4-43b7a994b039 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-03-04T15:26:25.321Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b62948e-b6bd-4233-92a4-43b7a994b039 and serviceModelVersionId: 40c67006-5509-4f40-9e11-8226912d7d8f
2022-03-04T15:26:25.321Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79526ece-e4ef-440c-aa91-43776444da82
2022-03-04T15:26:25.322Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0
2022-03-04T15:26:25.326Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f48682db-e9d8-4d80-a8c8-e9bdfe3cf431/model-vers/model-ver/8030cfe9-2562-47b0-8683-10cfc9d7b3f1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:26:25.373Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Invoke
2022-03-04T15:26:25.373Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e57a83a2-aa52-471f-8579-05b34c62ceda], X-ECOMP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-TransactionId=[], X-ONAP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], Content-Type=[application/merge-patch+json]}
2022-03-04T15:26:26.892Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Invoke
2022-03-04T15:26:26.892Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8785be67-be1b-405b-985a-42a13bbbe55c], X-ECOMP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-TransactionId=[], X-ONAP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], Content-Type=[application/merge-patch+json]}
2022-03-04T15:26:28.428Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Invoke
2022-03-04T15:26:28.428Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d6276b8-99fb-4289-b6da-9a863cfccf95], X-ECOMP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], X-TransactionId=[], X-ONAP-RequestID=[0b62948e-b6bd-4233-92a4-43b7a994b039], Content-Type=[application/merge-patch+json]}
2022-03-04T15:26:29.462Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:26:29.463Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:29.463Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:26:29.463Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:29.467Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:29.468Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b62948e-b6bd-4233-92a4-43b7a994b039 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:26:29.468Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:26:29.468Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:26:29.470Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:26:29.470Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407589468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:26:29.570Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:26:29.571Z||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-03-04T15:26:29.572Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:26:29.599Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:26:29.600Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 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-03-04T15:26:30.482Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:26:30.483Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:30.483Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:26:40.159Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:26:40.159Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:26:40.160Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:40.160Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:26:49.822Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:26:49.823Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:26:49.823Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:49.824Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:26:59.474Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:26:59.474Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:26:59.475Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:26:59.475Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:27:09.098Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:27:20.545Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:27:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:27:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:27:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:27:20.548Z||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-03-04T15:27:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:27:21.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:27:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:27:21.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b62948e-b6bd-4233-92a4-43b7a994b039",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407589468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:27:21.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:27:30.151Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:28:20.545Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:28:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:28:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:28:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:28:20.548Z||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-03-04T15:28:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:28:30.174Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:28:30.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:29:20.545Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:29:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:29:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:29:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:29:20.548Z||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-03-04T15:29:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:29:30.182Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:29:30.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:30:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:30:20.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:30:20.549Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:30:20.549Z||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-03-04T15:30:20.549Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:30:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:30:30.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:30:30.186Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:31:20.545Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:31:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:31:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:31:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:31:20.548Z||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-03-04T15:31:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:31:30.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:31:30.276Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:20.545Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:32:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:32:20.546Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:32:20.548Z||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-03-04T15:32:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:21.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:21.244Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:21.245Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||received message from topic
2022-03-04T15:32:21.245Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"79618fbf-61f2-4b0b-8d65-6381c623a519","serviceName":"vFW 2022-03-04 15-28-34","serviceVersion":"1.0","serviceUUID":"688f75bb-8e3b-49c7-a3ad-ceb57067f839","serviceDescription":"catalog service description","serviceInvariantUUID":"e5edeca0-631b-4316-9d83-98d3b9821dc6","resources":[{"resourceInstanceName":"vFW ec029424-2365 0","resourceName":"vFW ec029424-2365","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70f0d091-79f5-4277-b826-3d9eec1c1c1b","resourceInvariantUUID":"abf23807-8bee-42e9-8e1f-a7914a79e3f4","resourceCustomizationUUID":"53e73a48-c7ce-475f-95b0-c633d86d3332","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml","artifactChecksum":"MDIwOTVjMGZmM2NkZWZjODg3MjUwM2Y5NmZjMjMwMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05d7cf19-fabb-49f1-b6d3-3b132c8e1578","artifactVersion":"1"},{"artifactName":"vfwec02942423650_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json","artifactChecksum":"ZmMzNWRiYjcxYjNjMTQ0Yzk2YjQ4YzUwYzMxNDBhNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"080704cc-c1a4-4ef1-8cb5-1eb92b9ba9a3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69087607-bf3e-4c5d-ab29-2fdde8307655","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY5ZWQ3NDg0MDhlMmIzOTQ1NjYzNDcxMDg0MGNjZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa7f003d-8a6e-4f60-86e1-8eb78bdd971b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"394fb813-c15e-48de-ac83-4eabdf05e4ce","artifactVersion":"2","generatedFromUUID":"69087607-bf3e-4c5d-ab29-2fdde8307655"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304152834-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml","artifactChecksum":"ZmQwNDk4YmRiYjVkMTRkZjVmZTQ0NmVkYTIzMjU3ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9217f502-fe10-4935-9bb1-7ec5fe4f1aa0","artifactVersion":"1"},{"artifactName":"service-Vfw20220304152834-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar","artifactChecksum":"ZTc5OGU1MTkyMjQxNzU0MzJiYWQwOTY3NDk3MWU2ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f943cd4a-e064-4f66-8b09-1ca5bbf88434","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:32:21.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.253Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.253Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.257Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:21.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.257Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407899670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646407896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407910372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407903905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407910972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "cds",
  "timestamp": 1646407911385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-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-03-04T15:32:21.280Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.281Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:32:21.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407911970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407912374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407912976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407913789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "policy-id",
  "timestamp": 1646407913979,
  "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-03-04T15:32:21.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:32:21.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407914821,
  "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-03-04T15:32:21.312Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:32:21.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646407915832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407910868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407919067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407916738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407921151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407928836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407929162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407930843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407931531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "clamp",
  "timestamp": 1646407931848,
  "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-03-04T15:32:21.332Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.333Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:32:21.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "aai-ml",
  "timestamp": 1646407932536,
  "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-03-04T15:32:21.345Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.345Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:32:21.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407932991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:21.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:32:21.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:32:21.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646407933996,
  "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-03-04T15:32:21.357Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:32:21.357Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79618fbf-61f2-4b0b-8d65-6381c623a519
2022-03-04T15:32:21.357Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79618fbf-61f2-4b0b-8d65-6381c623a519 and ComponentName SDNC
2022-03-04T15:32:21.358Z||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-03-04T15:32:21.358Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T15:32:21.396Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:21.397Z||pool-35-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:22.258Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:22.259Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:22.267Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:22.267Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:32:22.362Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-04T15:32:22.363Z||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-03-04T15:32:22.364Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:22.389Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:22.389Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:23.267Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:23.268Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:23.270Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:23.270Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:32:23.370Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:23.371Z||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-03-04T15:32:23.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:23.409Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:23.410Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:24.271Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:24.271Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:24.273Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:24.274Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:24.380Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-04T15:32:24.381Z||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-03-04T15:32:24.381Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:24.496Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:24.497Z||pool-38-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:25.274Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:25.275Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:25.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:25.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:32:25.377Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:25.378Z||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-03-04T15:32:25.378Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:25.438Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:25.439Z||pool-39-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:26.277Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:26.278Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:26.280Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:26.280Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:32:26.380Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:32:26.381Z||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-03-04T15:32:26.382Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:26.426Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:26.427Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:27.281Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:32:27.282Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:27.284Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:27.284Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:32:27.384Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:32:27.385Z||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-03-04T15:32:27.386Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:27.413Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:27.414Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:28.287Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "serviceName": "vFW 2022-03-04 15-28-34",
  "serviceVersion": "1.0",
  "serviceUUID": "688f75bb-8e3b-49c7-a3ad-ceb57067f839",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e5edeca0-631b-4316-9d83-98d3b9821dc6",
  "resources": [
    {
      "resourceInstanceName": "vFW ec029424-2365 0",
      "resourceCustomizationUUID": "53e73a48-c7ce-475f-95b0-c633d86d3332",
      "resourceName": "vFW ec029424-2365",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70f0d091-79f5-4277-b826-3d9eec1c1c1b",
      "resourceInvariantUUID": "abf23807-8bee-42e9-8e1f-a7914a79e3f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwec02942423650_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
          "artifactChecksum": "ZmMzNWRiYjcxYjNjMTQ0Yzk2YjQ4YzUwYzMxNDBhNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "080704cc-c1a4-4ef1-8cb5-1eb92b9ba9a3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "69087607-bf3e-4c5d-ab29-2fdde8307655",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "394fb813-c15e-48de-ac83-4eabdf05e4ce",
            "generatedFromUUID": "69087607-bf3e-4c5d-ab29-2fdde8307655"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "394fb813-c15e-48de-ac83-4eabdf05e4ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304152834-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
      "artifactChecksum": "ZTc5OGU1MTkyMjQxNzU0MzJiYWQwOTY3NDk3MWU2ZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f943cd4a-e064-4f66-8b09-1ca5bbf88434"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:32:28.288Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:32:28.288Z|0b62948e-b6bd-4233-92a4-43b7a994b039|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 688f75bb-8e3b-49c7-a3ad-ceb57067f839 ASDC
2022-03-04T15:32:28.289Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:79618fbf-61f2-4b0b-8d65-6381c623a519
ServiceName:vFW 2022-03-04 15-28-34
ServiceVersion:1.0
ServiceUUID:688f75bb-8e3b-49c7-a3ad-ceb57067f839
ServiceInvariantUUID:e5edeca0-631b-4316-9d83-98d3b9821dc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304152834-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar
ArtifactUUID:f943cd4a-e064-4f66-8b09-1ca5bbf88434
ArtifactChecksum:ZTc5OGU1MTkyMjQxNzU0MzJiYWQwOTY3NDk3MWU2ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ec029424-2365 0
ResourceCustomizationUUID:53e73a48-c7ce-475f-95b0-c633d86d3332
ResourceInvariantUUID:abf23807-8bee-42e9-8e1f-a7914a79e3f4
ResourceName:vFW ec029424-2365
ResourceType:VF
ResourceUUID:70f0d091-79f5-4277-b826-3d9eec1c1c1b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwec02942423650_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json
ArtifactUUID:080704cc-c1a4-4ef1-8cb5-1eb92b9ba9a3
ArtifactChecksum:ZmMzNWRiYjcxYjNjMTQ0Yzk2YjQ4YzUwYzMxNDBhNjY=
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/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml
ArtifactUUID:69087607-bf3e-4c5d-ab29-2fdde8307655
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/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
ArtifactUUID:394fb813-c15e-48de-ac83-4eabdf05e4ce
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/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
ArtifactUUID:394fb813-c15e-48de-ac83-4eabdf05e4ce
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:32:28.290Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 688f75bb-8e3b-49c7-a3ad-ceb57067f839 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-03-04T15:32:28.324Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:32:28.326Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:32:28.326Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:32:28.326Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Trying to download the artifact UUID: f943cd4a-e064-4f66-8b09-1ca5bbf88434 from URL: /sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:28.327Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:32:28.327Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:28.833Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:32:28.845Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar f943cd4a-e064-4f66-8b09-1ca5bbf88434 98973
2022-03-04T15:32:28.845Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar ASDC sendASDCNotification
2022-03-04T15:32:28.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:28.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:32:28.847Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:28.849Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:28.849Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407948845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:28.949Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:32:28.950Z||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-03-04T15:32:28.951Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:29.004Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:29.005Z||pool-42-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:29.850Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:32:29.851Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:32:29.852Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Trying to write artifact UUID: f943cd4a-e064-4f66-8b09-1ca5bbf88434, URL: /sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar to file: /app/ASDC/1/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:29.852Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304152834-csar.csar
2022-03-04T15:32:29.853Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:29.853Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:30.090Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3339722472373361062/Definitions/service-Vfw20220304152834-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-03-04T15:32:32.110Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|WARN|500||####################################################################################################
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec029424-2365 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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-Vfw20220304152834-csar.csar
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|WARN|500||####################################################################################################
2022-03-04T15:32:32.112Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.113Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.113Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:32.113Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:32:32.113Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.114Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.115Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:32:32.116Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:32.117Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:32.118Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:32:32.119Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b4b7a67-b618-4fc0-be9a-af454ad3f948
2022-03-04T15:32:32.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.122Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f7bd178f-8aff-420f-a84f-0e59b91c4a93
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.123Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:32:32.124Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd85505b-4d01-41cd-b460-b25b8cde03e0
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:32.125Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:32.126Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-28-34
Description:catalog service description
Model UUID:688f75bb-8e3b-49c7-a3ad-ceb57067f839
Model Version:NULL
Model InvariantUuid:e5edeca0-631b-4316-9d83-98d3b9821dc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ec029424-2365
Model UUID:ab9869fe-2106-4f33-aa20-a3b39061c320
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abf23807-8bee-42e9-8e1f-a7914a79e3f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53e73a48-c7ce-475f-95b0-c633d86d3332
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:65378175-3da4-41e1-8f00-76dc268e7e93
ModelName:VfwEc0294242365..base_vfw..module-0
ModelUuid:7091e33c-7179-45b2-84e4-d4785015f0bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b4b7a67-b618-4fc0-be9a-af454ad3f948
ModelInvariantUuid:be828fc9-f960-406c-8e1b-d1abc08dc8ad
ModelName:vFW ec029424-2365-nodes.vfwCvfc
ModelUuid:40c766c0-7acf-47a2-864c-9751e5516722
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c135b8c8-0c88-483d-a97b-a8dc1da0fe8d
ModelInvariantUuid:a67244c4-cc13-4abe-bd6b-948d7b623095
ModelName:VfwEc0294242365.compute.nodes.heat.vfw
ModelUuid:e84be9c3-eb49-4c9d-b21d-907d294a8959
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f7bd178f-8aff-420f-a84f-0e59b91c4a93
ModelInvariantUuid:09fad04b-ff43-4cc2-8666-0029be8e61f4
ModelName:vFW ec029424-2365-nodes.vsnCvfc
ModelUuid:ef43a4ce-46c9-42b7-ac17-1f1fa540a7bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e446ede8-6753-46d6-ac0c-e5cadfaf5957
ModelInvariantUuid:061da06d-0792-4760-8edf-d6da020e7b45
ModelName:VfwEc0294242365.compute.nodes.heat.vsn
ModelUuid:9be764a7-9af1-4060-981c-224e206018ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fd85505b-4d01-41cd-b460-b25b8cde03e0
ModelInvariantUuid:274914be-5fd9-4c0d-802a-790b4cb79d1d
ModelName:vFW ec029424-2365-nodes.vpgCvfc
ModelUuid:091bcbb4-5f92-44aa-b133-c43efec13d1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7d393627-b305-4416-9844-51cc3b83cc7c
ModelInvariantUuid:196ea6fb-c895-4b9c-bdac-24d7b52676fe
ModelName:VfwEc0294242365.compute.nodes.heat.vpg
ModelUuid:e9471658-dead-4954-bcf1-0b73fdceb4ba
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-03-04T15:32:32.138Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 70f0d091-79f5-4277-b826-3d9eec1c1c1b
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-03-04T15:32:32.142Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||vFW ec029424-2365 0
2022-03-04T15:32:32.143Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 70f0d091-79f5-4277-b826-3d9eec1c1c1b
2022-03-04T15:32:32.143Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Trying to download the artifact UUID: 080704cc-c1a4-4ef1-8cb5-1eb92b9ba9a3 from URL: /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json
2022-03-04T15:32:32.143Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:32:32.143Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json
2022-03-04T15:32:32.655Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:32:32.655Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json 080704cc-c1a4-4ef1-8cb5-1eb92b9ba9a3 785
2022-03-04T15:32:32.656Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json ASDC sendASDCNotification
2022-03-04T15:32:32.656Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json
2022-03-04T15:32:32.656Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:32:32.656Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:32.659Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:32.659Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407952656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:32.759Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:32.760Z||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-03-04T15:32:32.760Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:32.815Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:32.815Z||pool-43-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:33.659Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEc0294242365..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "65378175-3da4-41e1-8f00-76dc268e7e93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7091e33c-7179-45b2-84e4-d4785015f0bc",
    "vfModuleModelCustomizationUUID": "8cb1a113-c117-49db-81df-dd652f3027da",
    "isBase": true,
    "artifacts": [
      "69087607-bf3e-4c5d-ab29-2fdde8307655",
      "394fb813-c15e-48de-ac83-4eabdf05e4ce"
    ],
    "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-03-04T15:32:33.664Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc0294242365..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7091e33c-7179-45b2-84e4-d4785015f0bc
VfModuleModelInvariantUUID:65378175-3da4-41e1-8f00-76dc268e7e93
VfModuleModelDescription:NULL
Artifacts UUID List:{
69087607-bf3e-4c5d-ab29-2fdde8307655
,
394fb813-c15e-48de-ac83-4eabdf05e4ce

}
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-03-04T15:32:33.666Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEc0294242365..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "65378175-3da4-41e1-8f00-76dc268e7e93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7091e33c-7179-45b2-84e4-d4785015f0bc",
    "vfModuleModelCustomizationUUID": "8cb1a113-c117-49db-81df-dd652f3027da",
    "isBase": true,
    "artifacts": [
      "69087607-bf3e-4c5d-ab29-2fdde8307655",
      "394fb813-c15e-48de-ac83-4eabdf05e4ce"
    ],
    "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-03-04T15:32:33.666Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc0294242365..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7091e33c-7179-45b2-84e4-d4785015f0bc
VfModuleModelInvariantUUID:65378175-3da4-41e1-8f00-76dc268e7e93
VfModuleModelDescription:NULL
Artifacts UUID List:{
69087607-bf3e-4c5d-ab29-2fdde8307655
,
394fb813-c15e-48de-ac83-4eabdf05e4ce

}
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-03-04T15:32:33.666Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Trying to download the artifact UUID: 69087607-bf3e-4c5d-ab29-2fdde8307655 from URL: /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml
2022-03-04T15:32:33.667Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:32:33.667Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml
2022-03-04T15:32:34.241Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:32:34.242Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml 69087607-bf3e-4c5d-ab29-2fdde8307655 20368
2022-03-04T15:32:34.242Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:32:34.243Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml
2022-03-04T15:32:34.243Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:32:34.243Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:34.245Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:34.245Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407954242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:34.346Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:34.347Z||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-03-04T15:32:34.347Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:34.374Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:34.375Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:35.250Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Trying to download the artifact UUID: 394fb813-c15e-48de-ac83-4eabdf05e4ce from URL: /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
2022-03-04T15:32:35.251Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:32:35.251Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
2022-03-04T15:32:35.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:32:35.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env 394fb813-c15e-48de-ac83-4eabdf05e4ce 2098
2022-03-04T15:32:35.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:32:35.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
2022-03-04T15:32:35.846Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:32:35.847Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:35.848Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:35.848Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407955846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:32:35.949Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:32:35.950Z||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-03-04T15:32:35.950Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:35.982Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:35.983Z||pool-45-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:36.849Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Preparing to deploy Service: 688f75bb-8e3b-49c7-a3ad-ceb57067f839
2022-03-04T15:32:36.849Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ec029424-2365 0 70f0d091-79f5-4277-b826-3d9eec1c1c1b 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-03-04T15:32:36.864Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@133f0c55, org.onap.sdc.toscaparser.api.parameters.Input@6152a03f, org.onap.sdc.toscaparser.api.parameters.Input@54a66e5e, org.onap.sdc.toscaparser.api.parameters.Input@50eb0103, org.onap.sdc.toscaparser.api.parameters.Input@3b5de2ef]
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||VFCustomizationUUID= 53e73a48-c7ce-475f-95b0-c633d86d3332
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53e73a48-c7ce-475f-95b0-c633d86d3332 matches Tosca VF Customization UUID: 53e73a48-c7ce-475f-95b0-c633d86d3332
2022-03-04T15:32:36.866Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||vfCustomizationUUID: 53e73a48-c7ce-475f-95b0-c633d86d3332  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-03-04T15:32:36.869Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.869Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||resource request for resource customization id 53e73a48-c7ce-475f-95b0-c633d86d3332: {\"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-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@202242df
2022-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cb1a113-c117-49db-81df-dd652f3027da
2022-03-04T15:32:36.870Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cb1a113-c117-49db-81df-dd652f3027da
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-03-04T15:32:36.873Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.873Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.874Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:32:36.875Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.876Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b4b7a67-b618-4fc0-be9a-af454ad3f948
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-03-04T15:32:36.879Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.879Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.879Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:36.879Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.879Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.880Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.881Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f7bd178f-8aff-420f-a84f-0e59b91c4a93
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-03-04T15:32:36.883Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.883Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.883Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:36.884Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.884Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is not matching search criteria
2022-03-04T15:32:36.884Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:32:36.884Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:32:36.884Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:32:36.885Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:32:36.886Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:32:36.886Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:32:36.886Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd85505b-4d01-41cd-b460-b25b8cde03e0
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-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Node template vFW ec029424-2365 0 is matching search criteria
2022-03-04T15:32:36.888Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found topology templates [vFW ec029424-2365 0] matching following query criteria: sdcType=VF, customizationUUID=53e73a48-c7ce-475f-95b0-c633d86d3332
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-03-04T15:32:36.890Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.890Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.890Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500|| resourceSeq for service uuid 688f75bb-8e3b-49c7-a3ad-ceb57067f839: vFW ec029424-2365
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.891Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.892Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.892Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.892Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:32:36.892Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Service vFW 2022-03-04 15-28-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:32:36.892Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||Saving Service: vFW 2022-03-04 15-28-34 
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-03-04T15:32:37.077Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ec029424-2365 70f0d091-79f5-4277-b826-3d9eec1c1c1b 1 ASDC deployResourceStructure
2022-03-04T15:32:37.077Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json ASDC sendASDCNotification
2022-03-04T15:32:37.077Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json
2022-03-04T15:32:37.077Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:32:37.077Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:37.079Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:37.079Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407957077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:37.179Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:37.180Z||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-03-04T15:32:37.180Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:37.211Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:37.211Z||pool-46-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:38.080Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:32:38.080Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml
2022-03-04T15:32:38.081Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:32:38.081Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:38.083Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:38.083Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407958080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:38.183Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:38.184Z||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-03-04T15:32:38.184Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:38.232Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:38.233Z||pool-47-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:32:39.084Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:32:39.084Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env
2022-03-04T15:32:39.084Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:32:39.085Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:39.087Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:39.087Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407959084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:39.187Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:39.188Z||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-03-04T15:32:39.188Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:39.211Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:39.212Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:40.088Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar ASDC sendASDCNotification
2022-03-04T15:32:40.088Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar
2022-03-04T15:32:40.089Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:32:40.089Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:32:40.090Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:32:40.090Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407960088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:32:40.191Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:32:40.191Z||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-03-04T15:32:40.191Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:32:40.249Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:32:40.249Z||pool-49-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:32:41.091Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79618fbf-61f2-4b0b-8d65-6381c623a519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:32:41.103Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79618fbf-61f2-4b0b-8d65-6381c623a519
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:32:41.106Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?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-03-04T15:32:41.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:33:11.111Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 79618fbf-61f2-4b0b-8d65-6381c623a519 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-03-04T15:33:11.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79618fbf-61f2-4b0b-8d65-6381c623a519 and serviceModelVersionId: 688f75bb-8e3b-49c7-a3ad-ceb57067f839
2022-03-04T15:33:11.120Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5edeca0-631b-4316-9d83-98d3b9821dc6
2022-03-04T15:33:11.121Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0
2022-03-04T15:33:11.126Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79526ece-e4ef-440c-aa91-43776444da82/model-vers/model-ver/40c67006-5509-4f40-9e11-8226912d7d8f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:33:11.182Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Invoke
2022-03-04T15:33:11.182Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c0ef1a8-9a5a-47fd-8be5-c8528504e509], X-ECOMP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-TransactionId=[], X-ONAP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], Content-Type=[application/merge-patch+json]}
2022-03-04T15:33:12.716Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Invoke
2022-03-04T15:33:12.716Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5542070b-4ca8-4e8f-8a2f-a8e0fcab629a], X-ECOMP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-TransactionId=[], X-ONAP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], Content-Type=[application/merge-patch+json]}
2022-03-04T15:33:14.252Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Invoke
2022-03-04T15:33:14.253Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8eafd33-4a87-4506-a52f-e01eaa91301b], X-ECOMP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], X-TransactionId=[], X-ONAP-RequestID=[79618fbf-61f2-4b0b-8d65-6381c623a519], Content-Type=[application/merge-patch+json]}
2022-03-04T15:33:15.293Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:33:15.293Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:33:15.294Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:33:15.295Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:33:15.299Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:33:15.299Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79618fbf-61f2-4b0b-8d65-6381c623a519 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:33:15.299Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:33:15.300Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:33:15.302Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:33:15.302Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407995299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:33:15.402Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:33:15.403Z||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-03-04T15:33:15.403Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:33:15.493Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:33:15.493Z||pool-50-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-03-04T15:33:20.545Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:33:20.546Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:33:20.546Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:33:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:33:20.548Z||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-03-04T15:33:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:33:20.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:33:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:33:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:33:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:33:30.270Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:34:20.545Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:34:20.547Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:34:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:34:20.547Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:34:20.548Z||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-03-04T15:34:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:34:21.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:34:21.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407940545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407948845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407952656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407954242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407955846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:34:21.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407957077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/vfwec02942423650_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407958080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407959084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/resourceInstances/vfwec02942423650/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407960088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304152834/1.0/artifacts/service-Vfw20220304152834-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:34:21.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:21.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:34:21.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79618fbf-61f2-4b0b-8d65-6381c623a519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646407995299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:34:21.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:34:30.257Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:20.545Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:35:20.548Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:35:20.548Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:35:20.548Z||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-03-04T15:35:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:20.549Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:21.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:21.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408075516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408076863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408079670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408083905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408091084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408090952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408091694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "cds",
  "timestamp": 1646408091961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-04T15:35:21.216Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:21.216Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||received message from topic
2022-03-04T15:35:21.217Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"681dd05d-ded1-4f12-8ace-db04c3930561","serviceName":"vFW 2022-03-04 15-31-30","serviceVersion":"1.0","serviceUUID":"9eacc712-f285-4cbc-b323-0d3dd0c24d61","serviceDescription":"catalog service description","serviceInvariantUUID":"93ef589b-30e8-4306-8381-a972b55ce898","resources":[{"resourceInstanceName":"vFW fddb4bd4-7bca 0","resourceName":"vFW fddb4bd4-7bca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74c9ee2a-9c65-46a4-8486-4201717885ea","resourceInvariantUUID":"216260f7-ab87-4ed0-bf4f-5328ae0d58ad","resourceCustomizationUUID":"f44fabfc-ba90-4a6e-a10e-0dc399e5c58b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQzODdjMDA2M2U4ODlhZDA1ZDk5MWMyZWM1ZjY5ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"534831e6-ac48-434d-bb77-72e486bf1bba","artifactVersion":"1"},{"artifactName":"vfwfddb4bd47bca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json","artifactChecksum":"ODk2ODcwNGFiZWYyNjBkZmJjZjc0OTJlYzgxNjZmNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d54af226-3447-4a9b-b93c-926006886ae2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b8df885-b3f3-43dd-95e7-8432acb6e203","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk0ZDFhNGEwYWRhNzYwY2JiYjI3ZGI4YzY5ZDE0Nzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e41000f-9442-46bc-9ab5-7ac95c8259f8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d","artifactVersion":"2","generatedFromUUID":"0b8df885-b3f3-43dd-95e7-8432acb6e203"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304153130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml","artifactChecksum":"YTdlODhlMTU1ZjYyNGUyYmU0YzE5MTA1ZTRkOGFkZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faef98a0-555a-4d39-bbbb-be379d4646fb","artifactVersion":"1"},{"artifactName":"service-Vfw20220304153130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar","artifactChecksum":"ODJiNmEyNjJlOGExNDM3YmM3MDE2OGNhNjdkOGM3ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1e8c346-101a-4509-ae00-bbdef729fa9e","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-04T15:35:21.220Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:21.220Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:21.222Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:21.222Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T15:35:21.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408092375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408092701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408093779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "policy-id",
  "timestamp": 1646408093705,
  "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-03-04T15:35:21.246Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.246Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408094804,
  "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-03-04T15:35:21.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408095810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408090868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408099074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408096738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408101150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408108989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408111607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408111866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408112279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "aai-ml",
  "timestamp": 1646408112618,
  "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-03-04T15:35:21.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408113284,
  "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-03-04T15:35:21.282Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.282Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408113874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:21.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:35:21.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:35:21.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "clamp",
  "timestamp": 1646408114878,
  "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-03-04T15:35:21.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 681dd05d-ded1-4f12-8ace-db04c3930561
2022-03-04T15:35:21.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:35:21.322Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:21.323Z||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-03-04T15:35:21.323Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:21.360Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:21.360Z||pool-51-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:22.223Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:22.223Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:22.225Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:22.225Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:35:22.326Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:35:22.327Z||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-03-04T15:35:22.327Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:22.371Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:22.372Z||pool-52-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:23.226Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:23.227Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:23.229Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:23.229Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:35:23.330Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:35:23.330Z||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-03-04T15:35:23.331Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:23.370Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:23.371Z||pool-53-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:24.230Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:24.231Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:24.233Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:24.233Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:24.333Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:24.334Z||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-03-04T15:35:24.334Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:24.408Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:24.408Z||pool-54-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:25.233Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:25.234Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:25.236Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:25.236Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:35:25.336Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:25.337Z||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-03-04T15:35:25.337Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:25.378Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:25.378Z||pool-55-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:26.236Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:26.237Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:26.239Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:26.239Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:35:26.340Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:35:26.340Z||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-03-04T15:35:26.341Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:26.360Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:26.360Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:27.240Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:35:27.241Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:27.242Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:27.243Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:35:27.343Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:27.344Z||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-03-04T15:35:27.344Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:27.414Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:27.414Z||pool-57-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:28.244Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "serviceName": "vFW 2022-03-04 15-31-30",
  "serviceVersion": "1.0",
  "serviceUUID": "9eacc712-f285-4cbc-b323-0d3dd0c24d61",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "93ef589b-30e8-4306-8381-a972b55ce898",
  "resources": [
    {
      "resourceInstanceName": "vFW fddb4bd4-7bca 0",
      "resourceCustomizationUUID": "f44fabfc-ba90-4a6e-a10e-0dc399e5c58b",
      "resourceName": "vFW fddb4bd4-7bca",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74c9ee2a-9c65-46a4-8486-4201717885ea",
      "resourceInvariantUUID": "216260f7-ab87-4ed0-bf4f-5328ae0d58ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfddb4bd47bca0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
          "artifactChecksum": "ODk2ODcwNGFiZWYyNjBkZmJjZjc0OTJlYzgxNjZmNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d54af226-3447-4a9b-b93c-926006886ae2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0b8df885-b3f3-43dd-95e7-8432acb6e203",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d",
            "generatedFromUUID": "0b8df885-b3f3-43dd-95e7-8432acb6e203"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304153130-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
      "artifactChecksum": "ODJiNmEyNjJlOGExNDM3YmM3MDE2OGNhNjdkOGM3ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1e8c346-101a-4509-ae00-bbdef729fa9e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:35:28.244Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:35:28.244Z|79618fbf-61f2-4b0b-8d65-6381c623a519|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9eacc712-f285-4cbc-b323-0d3dd0c24d61 ASDC
2022-03-04T15:35:28.245Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||ASDC Notification:
DistributionID:681dd05d-ded1-4f12-8ace-db04c3930561
ServiceName:vFW 2022-03-04 15-31-30
ServiceVersion:1.0
ServiceUUID:9eacc712-f285-4cbc-b323-0d3dd0c24d61
ServiceInvariantUUID:93ef589b-30e8-4306-8381-a972b55ce898
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304153130-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar
ArtifactUUID:d1e8c346-101a-4509-ae00-bbdef729fa9e
ArtifactChecksum:ODJiNmEyNjJlOGExNDM3YmM3MDE2OGNhNjdkOGM3ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fddb4bd4-7bca 0
ResourceCustomizationUUID:f44fabfc-ba90-4a6e-a10e-0dc399e5c58b
ResourceInvariantUUID:216260f7-ab87-4ed0-bf4f-5328ae0d58ad
ResourceName:vFW fddb4bd4-7bca
ResourceType:VF
ResourceUUID:74c9ee2a-9c65-46a4-8486-4201717885ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfddb4bd47bca0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json
ArtifactUUID:d54af226-3447-4a9b-b93c-926006886ae2
ArtifactChecksum:ODk2ODcwNGFiZWYyNjBkZmJjZjc0OTJlYzgxNjZmNDU=
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/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml
ArtifactUUID:0b8df885-b3f3-43dd-95e7-8432acb6e203
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/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
ArtifactUUID:2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d
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/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
ArtifactUUID:2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:35:28.245Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9eacc712-f285-4cbc-b323-0d3dd0c24d61 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-03-04T15:35:28.273Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:35:28.274Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:35:28.274Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:35:28.274Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Trying to download the artifact UUID: d1e8c346-101a-4509-ae00-bbdef729fa9e from URL: /sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:28.274Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:35:28.274Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:28.552Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:35:28.556Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar d1e8c346-101a-4509-ae00-bbdef729fa9e 98945
2022-03-04T15:35:28.557Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar ASDC sendASDCNotification
2022-03-04T15:35:28.557Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:28.557Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:35:28.557Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:28.559Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:28.559Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408128557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:28.660Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:35:28.660Z||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-03-04T15:35:28.660Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:28.679Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:28.679Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:29.560Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:35:29.561Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:35:29.561Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Trying to write artifact UUID: d1e8c346-101a-4509-ae00-bbdef729fa9e, URL: /sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar to file: /app/ASDC/1/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:29.562Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304153130-csar.csar
2022-03-04T15:35:29.562Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:29.563Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:29.750Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4487369494680676935/Definitions/service-Vfw20220304153130-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-03-04T15:35:31.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:35:31.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|WARN|500||####################################################################################################
2022-03-04T15:35:31.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fddb4bd4-7bca 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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-Vfw20220304153130-csar.csar
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|WARN|500||####################################################################################################
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:31.613Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:35:31.614Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.615Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.616Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.617Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:31.618Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:35:31.619Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0be4bce7-89db-4a1b-8424-ee86ee9ab549
2022-03-04T15:35:31.620Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:31.621Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33404b89-db05-4dab-aee0-972fe2dfa681
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.622Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:31.623Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fb49eeca-d06d-4783-8983-5c4a8e9c0ea2
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.624Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:31.625Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-31-30
Description:catalog service description
Model UUID:9eacc712-f285-4cbc-b323-0d3dd0c24d61
Model Version:NULL
Model InvariantUuid:93ef589b-30e8-4306-8381-a972b55ce898
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fddb4bd4-7bca
Model UUID:ac0d323f-ee78-4b76-b4e0-31c20a739926
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:216260f7-ab87-4ed0-bf4f-5328ae0d58ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f44fabfc-ba90-4a6e-a10e-0dc399e5c58b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:caa03e7a-9293-452c-9298-136eb8ec1d2c
ModelName:VfwFddb4bd47bca..base_vfw..module-0
ModelUuid:6fcf6ee9-fa2d-495a-aa45-3b23abe1f52d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0be4bce7-89db-4a1b-8424-ee86ee9ab549
ModelInvariantUuid:58cc17d0-bd12-409b-8e9b-88f9ba0b26eb
ModelName:vFW fddb4bd4-7bca-nodes.vfwCvfc
ModelUuid:25885697-6782-4b96-84b3-e103a8afa929
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:35c38a4d-89f3-4ec6-a2e5-2af404c7880f
ModelInvariantUuid:95b073ce-1f50-47f3-a45f-e81baaddd93d
ModelName:VfwFddb4bd47bca.compute.nodes.heat.vfw
ModelUuid:1de8db5c-34d4-41c2-8cf6-2a2fd258df7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:33404b89-db05-4dab-aee0-972fe2dfa681
ModelInvariantUuid:c6a325b2-f43a-4605-ac3e-ada21b621015
ModelName:vFW fddb4bd4-7bca-nodes.vsnCvfc
ModelUuid:4d4c4e40-7286-45e7-b318-a3aa7f89c365
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1ec84c72-3bf7-4efe-80b9-00ea25092aa1
ModelInvariantUuid:e47698eb-62b9-4d91-893e-f25cc2617ed2
ModelName:VfwFddb4bd47bca.compute.nodes.heat.vsn
ModelUuid:5635034d-0eb0-44a8-a5f9-ccfd441f4953
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb49eeca-d06d-4783-8983-5c4a8e9c0ea2
ModelInvariantUuid:40752bc7-6fc0-44a0-9bbb-e142fd118a29
ModelName:vFW fddb4bd4-7bca-nodes.vpgCvfc
ModelUuid:be6f6b12-15b6-428b-8a13-bb81aaf9fdb5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:64aba691-cb5c-43bf-903a-d019f8780312
ModelInvariantUuid:658d98cb-b26c-4a4f-a22a-1565f8363a5b
ModelName:VfwFddb4bd47bca.compute.nodes.heat.vpg
ModelUuid:508ce241-7fd1-4dcd-9f62-f8fa5408f909
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-03-04T15:35:31.631Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 74c9ee2a-9c65-46a4-8486-4201717885ea
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-03-04T15:35:31.633Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||vFW fddb4bd4-7bca 0
2022-03-04T15:35:31.633Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 74c9ee2a-9c65-46a4-8486-4201717885ea
2022-03-04T15:35:31.634Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Trying to download the artifact UUID: d54af226-3447-4a9b-b93c-926006886ae2 from URL: /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json
2022-03-04T15:35:31.634Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:35:31.634Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json
2022-03-04T15:35:32.241Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:35:32.241Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json d54af226-3447-4a9b-b93c-926006886ae2 785
2022-03-04T15:35:32.241Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json ASDC sendASDCNotification
2022-03-04T15:35:32.242Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json
2022-03-04T15:35:32.242Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:35:32.242Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:32.243Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:32.244Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408132241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:32.347Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-04T15:35:32.348Z||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-03-04T15:35:32.348Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:32.377Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:32.377Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:33.244Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFddb4bd47bca..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "caa03e7a-9293-452c-9298-136eb8ec1d2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fcf6ee9-fa2d-495a-aa45-3b23abe1f52d",
    "vfModuleModelCustomizationUUID": "e8ce9887-6f60-4793-9dde-e83abc267184",
    "isBase": true,
    "artifacts": [
      "0b8df885-b3f3-43dd-95e7-8432acb6e203",
      "2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d"
    ],
    "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-03-04T15:35:33.250Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFddb4bd47bca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fcf6ee9-fa2d-495a-aa45-3b23abe1f52d
VfModuleModelInvariantUUID:caa03e7a-9293-452c-9298-136eb8ec1d2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b8df885-b3f3-43dd-95e7-8432acb6e203
,
2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d

}
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-03-04T15:35:33.252Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFddb4bd47bca..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "caa03e7a-9293-452c-9298-136eb8ec1d2c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fcf6ee9-fa2d-495a-aa45-3b23abe1f52d",
    "vfModuleModelCustomizationUUID": "e8ce9887-6f60-4793-9dde-e83abc267184",
    "isBase": true,
    "artifacts": [
      "0b8df885-b3f3-43dd-95e7-8432acb6e203",
      "2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d"
    ],
    "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-03-04T15:35:33.252Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFddb4bd47bca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fcf6ee9-fa2d-495a-aa45-3b23abe1f52d
VfModuleModelInvariantUUID:caa03e7a-9293-452c-9298-136eb8ec1d2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b8df885-b3f3-43dd-95e7-8432acb6e203
,
2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d

}
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-03-04T15:35:33.252Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Trying to download the artifact UUID: 0b8df885-b3f3-43dd-95e7-8432acb6e203 from URL: /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml
2022-03-04T15:35:33.252Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:35:33.252Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml
2022-03-04T15:35:34.148Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:35:34.149Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml 0b8df885-b3f3-43dd-95e7-8432acb6e203 20368
2022-03-04T15:35:34.149Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:35:34.150Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml
2022-03-04T15:35:34.150Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:35:34.150Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:34.154Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:34.154Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408134149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:34.255Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:34.256Z||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-03-04T15:35:34.256Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:34.282Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:34.283Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:35.157Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Trying to download the artifact UUID: 2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d from URL: /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
2022-03-04T15:35:35.158Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:35:35.158Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
2022-03-04T15:35:35.557Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:35:35.558Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env 2c5ed6c2-acbf-4f53-8ea0-3de6ed1e8b4d 2098
2022-03-04T15:35:35.558Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:35:35.558Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
2022-03-04T15:35:35.558Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:35:35.559Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:35.561Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:35.561Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408135558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:35:35.661Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:35.662Z||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-03-04T15:35:35.662Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:35.694Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:35.694Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:36.563Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Preparing to deploy Service: 9eacc712-f285-4cbc-b323-0d3dd0c24d61
2022-03-04T15:35:36.565Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fddb4bd4-7bca 0 74c9ee2a-9c65-46a4-8486-4201717885ea 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-03-04T15:35:36.588Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ec0ff9, org.onap.sdc.toscaparser.api.parameters.Input@26833a57, org.onap.sdc.toscaparser.api.parameters.Input@3545d8ff, org.onap.sdc.toscaparser.api.parameters.Input@491bc758, org.onap.sdc.toscaparser.api.parameters.Input@2fee8a45]
2022-03-04T15:35:36.589Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.589Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.589Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T15:35:36.590Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||VFCustomizationUUID= f44fabfc-ba90-4a6e-a10e-0dc399e5c58b
2022-03-04T15:35:36.590Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f44fabfc-ba90-4a6e-a10e-0dc399e5c58b matches Tosca VF Customization UUID: f44fabfc-ba90-4a6e-a10e-0dc399e5c58b
2022-03-04T15:35:36.590Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||vfCustomizationUUID: f44fabfc-ba90-4a6e-a10e-0dc399e5c58b  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-03-04T15:35:36.592Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.592Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||resource request for resource customization id f44fabfc-ba90-4a6e-a10e-0dc399e5c58b: {\"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-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c2fcb9e
2022-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8ce9887-6f60-4793-9dde-e83abc267184
2022-03-04T15:35:36.593Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8ce9887-6f60-4793-9dde-e83abc267184
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-03-04T15:35:36.595Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.595Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.595Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:36.596Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.597Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:35:36.598Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.598Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:35:36.598Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.598Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0be4bce7-89db-4a1b-8424-ee86ee9ab549
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-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:36.600Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:35:36.601Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:35:36.602Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.602Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:35:36.602Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.602Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33404b89-db05-4dab-aee0-972fe2dfa681
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-03-04T15:35:36.603Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is not matching search criteria
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:35:36.604Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:35:36.605Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:35:36.606Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:35:36.606Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:35:36.606Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:35:36.606Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fb49eeca-d06d-4783-8983-5c4a8e9c0ea2
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-03-04T15:35:36.608Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.608Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.608Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:35:36.609Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.609Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Node template vFW fddb4bd4-7bca 0 is matching search criteria
2022-03-04T15:35:36.609Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found topology templates [vFW fddb4bd4-7bca 0] matching following query criteria: sdcType=VF, customizationUUID=f44fabfc-ba90-4a6e-a10e-0dc399e5c58b
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-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500|| resourceSeq for service uuid 9eacc712-f285-4cbc-b323-0d3dd0c24d61: vFW fddb4bd4-7bca
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.611Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Service vFW 2022-03-04 15-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:35:36.612Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||Saving Service: vFW 2022-03-04 15-31-30 
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-03-04T15:35:36.785Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fddb4bd4-7bca 74c9ee2a-9c65-46a4-8486-4201717885ea 1 ASDC deployResourceStructure
2022-03-04T15:35:36.785Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json ASDC sendASDCNotification
2022-03-04T15:35:36.785Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json
2022-03-04T15:35:36.785Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:35:36.786Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:36.787Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:36.787Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408136785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:36.887Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:35:36.888Z||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-03-04T15:35:36.888Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:36.919Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:36.920Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:37.788Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:35:37.789Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml
2022-03-04T15:35:37.789Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:35:37.790Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:37.792Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:37.792Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:37.892Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:37.893Z||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-03-04T15:35:37.893Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:37.907Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:37.907Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:38.793Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:35:38.793Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env
2022-03-04T15:35:38.794Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:35:38.794Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:38.796Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:38.796Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408138793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:38.896Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:38.897Z||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-03-04T15:35:38.897Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:38.925Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:38.925Z||pool-64-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:35:39.796Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar ASDC sendASDCNotification
2022-03-04T15:35:39.797Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar
2022-03-04T15:35:39.798Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:35:39.798Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:35:39.799Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:35:39.800Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408139796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:35:39.900Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:35:39.901Z||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-03-04T15:35:39.901Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:35:39.958Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:35:39.958Z||pool-65-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:35:40.801Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 681dd05d-ded1-4f12-8ace-db04c3930561
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:35:40.812Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 681dd05d-ded1-4f12-8ace-db04c3930561
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:35:40.816Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?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-03-04T15:35:40.821Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:36:10.821Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 681dd05d-ded1-4f12-8ace-db04c3930561 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-03-04T15:36:10.829Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 681dd05d-ded1-4f12-8ace-db04c3930561 and serviceModelVersionId: 9eacc712-f285-4cbc-b323-0d3dd0c24d61
2022-03-04T15:36:10.829Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93ef589b-30e8-4306-8381-a972b55ce898
2022-03-04T15:36:10.831Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0
2022-03-04T15:36:10.835Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5edeca0-631b-4316-9d83-98d3b9821dc6/model-vers/model-ver/688f75bb-8e3b-49c7-a3ad-ceb57067f839?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:36:10.895Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Invoke
2022-03-04T15:36:10.896Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b0121c2-8339-4362-b157-82d1e7c73c2c], X-ECOMP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-TransactionId=[], X-ONAP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], Content-Type=[application/merge-patch+json]}
2022-03-04T15:36:12.432Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Invoke
2022-03-04T15:36:12.432Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04b0ddf7-2384-443e-b987-6c2ad869a9c0], X-ECOMP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-TransactionId=[], X-ONAP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], Content-Type=[application/merge-patch+json]}
2022-03-04T15:36:13.969Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Invoke
2022-03-04T15:36:13.969Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad77217a-5194-4636-aeb5-fc63f56ef602], X-ECOMP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], X-TransactionId=[], X-ONAP-RequestID=[681dd05d-ded1-4f12-8ace-db04c3930561], Content-Type=[application/merge-patch+json]}
2022-03-04T15:36:15.001Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:36:15.002Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:36:15.002Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:36:15.003Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:36:15.010Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:36:15.010Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 681dd05d-ded1-4f12-8ace-db04c3930561 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:36:15.011Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:36:15.011Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:36:15.013Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:36:15.013Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408175011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:36:15.114Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:36:15.115Z||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-03-04T15:36:15.115Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:36:15.145Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:36:15.145Z||pool-66-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-03-04T15:36:20.545Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:36:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:36:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:36:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:36:20.548Z||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-03-04T15:36:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:36:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:36:20.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:36:20.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:36:20.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:36:30.173Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:37:20.545Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:37:20.547Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:37:20.548Z||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-03-04T15:37:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:37:20.551Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:37:20.551Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:37:21.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:37:21.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:37:21.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408120545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408128557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408132241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:37:21.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408134149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:37:21.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408135558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408136785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/vfwfddb4bd47bca0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:37:21.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408138793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/resourceInstances/vfwfddb4bd47bca0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:37:21.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408139796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304153130/1.0/artifacts/service-Vfw20220304153130-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:37:21.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:21.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T15:37:21.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "681dd05d-ded1-4f12-8ace-db04c3930561",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408175011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:37:21.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:37:30.226Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:38:20.545Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:38:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:38:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:38:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:38:20.548Z||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-03-04T15:38:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:38:30.331Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:38:30.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:39:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:39:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:39:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:39:20.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:39:20.548Z||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-03-04T15:39:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:39:30.184Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:39:30.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:40:20.545Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:40:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:40:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:40:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:40:20.548Z||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-03-04T15:40:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:40:30.238Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:40:30.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:41:20.545Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:41:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:41:20.546Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:41:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:41:20.548Z||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-03-04T15:41:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:41:30.350Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:41:30.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:42:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:42:20.548Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:42:20.548Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:42:20.549Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:42:20.549Z||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-03-04T15:42:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:42:30.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:42:30.309Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:43:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:43:20.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:43:20.549Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T15:43:20.549Z||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-03-04T15:43:20.549Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:43:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:43:30.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:43:30.167Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:20.546Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:44:20.547Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T15:44:20.547Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:44:20.549Z||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-03-04T15:44:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:20.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:20.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408649670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408643905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408659269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408659361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:44:20.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:44:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "cds",
  "timestamp": 1646408660279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-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-03-04T15:44:20.870Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:44:20.870Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:44:20.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:44:20.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408660367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:44:20.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:44:21.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T15:44:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d31e5b0-ab84-4ec0-8edc-f5c194844204","serviceName":"vFW 2022-03-04 15-41-42","serviceVersion":"1.0","serviceUUID":"744ef6f9-9252-4d08-892e-c78677e0b866","serviceDescription":"catalog service description","serviceInvariantUUID":"17b323ad-fff9-4a37-9441-1e3c44b24f67","resources":[{"resourceInstanceName":"vFW e16e0be6-0f49 0","resourceName":"vFW e16e0be6-0f49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9b1b8fd-04ef-4392-bc2a-10c6df782894","resourceInvariantUUID":"34237045-b3e5-483a-a26e-5fa2fc8ab6c3","resourceCustomizationUUID":"c9677a91-61b8-4730-8813-5b71247aba2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml","artifactChecksum":"NzI5NjY0ZGJiZDA0NDk3YmI3MjYxMjcyOWQyMTE0ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45479118-5ae1-4d88-89d1-1e1d6e929eed","artifactVersion":"1"},{"artifactName":"vfwe16e0be60f490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json","artifactChecksum":"M2FlNTk2NTY0MTE0ZDdiYjgzZWMwZWNjZWQxZjk2MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3a337b6-fc54-40e0-83aa-67fd839cf528","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b15acc2-6fbe-467f-91e0-75a1a452e86d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q1NzY4MTBmYTIxMGE1NWE2YzJiYTRmOTUwNTMwNjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c64b201b-6d89-4212-a72c-9ada4591bc42","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"adc15e0a-57df-44ac-837b-7f7cd7876807","artifactVersion":"2","generatedFromUUID":"1b15acc2-6fbe-467f-91e0-75a1a452e86d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304154142-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml","artifactChecksum":"MTg3YTI1M2UzYjk2YmZmMmZjYmFlMDkyNzQ1YjY1Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c922f787-0d89-4aaf-9f8c-7de909c49f49","artifactVersion":"1"},{"artifactName":"service-Vfw20220304154142-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar","artifactChecksum":"YzNlMGJhMjUyZDNlZTAzOWI2NmUwZjk2ZjUwMzZhNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be056139-5ea9-4d85-b98a-a91397ad3344","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:44:21.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:21.194Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:21.196Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:21.196Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:21.296Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:21.297Z||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-03-04T15:44:21.297Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:21.324Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:21.324Z||pool-67-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:22.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:22.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:22.200Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:22.200Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:44:22.300Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:22.301Z||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-03-04T15:44:22.301Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:22.328Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:22.328Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:23.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:23.202Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:23.204Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:23.205Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:44:23.304Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:44:23.305Z||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-03-04T15:44:23.305Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:23.366Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:23.367Z||pool-69-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:24.205Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:24.206Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:24.208Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:24.208Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:24.308Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:24.310Z||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-03-04T15:44:24.310Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:24.364Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:24.364Z||pool-70-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:25.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:25.210Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:25.211Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:25.212Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:44:25.312Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:25.313Z||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-03-04T15:44:25.313Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:25.403Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:25.404Z||pool-71-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:26.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:26.213Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:26.215Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:26.215Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:44:26.316Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:44:26.316Z||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-03-04T15:44:26.316Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:26.372Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:26.373Z||pool-72-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:27.216Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:44:27.217Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:27.219Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:27.219Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:44:27.319Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:27.320Z||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-03-04T15:44:27.320Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:27.378Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:27.378Z||pool-73-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:28.220Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "serviceName": "vFW 2022-03-04 15-41-42",
  "serviceVersion": "1.0",
  "serviceUUID": "744ef6f9-9252-4d08-892e-c78677e0b866",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "17b323ad-fff9-4a37-9441-1e3c44b24f67",
  "resources": [
    {
      "resourceInstanceName": "vFW e16e0be6-0f49 0",
      "resourceCustomizationUUID": "c9677a91-61b8-4730-8813-5b71247aba2a",
      "resourceName": "vFW e16e0be6-0f49",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9b1b8fd-04ef-4392-bc2a-10c6df782894",
      "resourceInvariantUUID": "34237045-b3e5-483a-a26e-5fa2fc8ab6c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe16e0be60f490_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
          "artifactChecksum": "M2FlNTk2NTY0MTE0ZDdiYjgzZWMwZWNjZWQxZjk2MmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3a337b6-fc54-40e0-83aa-67fd839cf528",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b15acc2-6fbe-467f-91e0-75a1a452e86d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "adc15e0a-57df-44ac-837b-7f7cd7876807",
            "generatedFromUUID": "1b15acc2-6fbe-467f-91e0-75a1a452e86d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "adc15e0a-57df-44ac-837b-7f7cd7876807",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304154142-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
      "artifactChecksum": "YzNlMGJhMjUyZDNlZTAzOWI2NmUwZjk2ZjUwMzZhNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be056139-5ea9-4d85-b98a-a91397ad3344"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:44:28.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:44:28.221Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 744ef6f9-9252-4d08-892e-c78677e0b866 ASDC
2022-03-04T15:44:28.222Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1d31e5b0-ab84-4ec0-8edc-f5c194844204
ServiceName:vFW 2022-03-04 15-41-42
ServiceVersion:1.0
ServiceUUID:744ef6f9-9252-4d08-892e-c78677e0b866
ServiceInvariantUUID:17b323ad-fff9-4a37-9441-1e3c44b24f67
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304154142-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar
ArtifactUUID:be056139-5ea9-4d85-b98a-a91397ad3344
ArtifactChecksum:YzNlMGJhMjUyZDNlZTAzOWI2NmUwZjk2ZjUwMzZhNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e16e0be6-0f49 0
ResourceCustomizationUUID:c9677a91-61b8-4730-8813-5b71247aba2a
ResourceInvariantUUID:34237045-b3e5-483a-a26e-5fa2fc8ab6c3
ResourceName:vFW e16e0be6-0f49
ResourceType:VF
ResourceUUID:c9b1b8fd-04ef-4392-bc2a-10c6df782894
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe16e0be60f490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json
ArtifactUUID:a3a337b6-fc54-40e0-83aa-67fd839cf528
ArtifactChecksum:M2FlNTk2NTY0MTE0ZDdiYjgzZWMwZWNjZWQxZjk2MmM=
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/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml
ArtifactUUID:1b15acc2-6fbe-467f-91e0-75a1a452e86d
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/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
ArtifactUUID:adc15e0a-57df-44ac-837b-7f7cd7876807
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/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
ArtifactUUID:adc15e0a-57df-44ac-837b-7f7cd7876807
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:44:28.223Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 744ef6f9-9252-4d08-892e-c78677e0b866 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-03-04T15:44:28.265Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:44:28.265Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-04T15:44:28.266Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-04T15:44:28.266Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be056139-5ea9-4d85-b98a-a91397ad3344 from URL: /sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:28.266Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-04T15:44:28.266Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:29.041Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-04T15:44:29.047Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar be056139-5ea9-4d85-b98a-a91397ad3344 98937
2022-03-04T15:44:29.047Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar ASDC sendASDCNotification
2022-03-04T15:44:29.047Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:29.047Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:44:29.048Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:29.050Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:29.050Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408669047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:29.151Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:29.152Z||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-03-04T15:44:29.152Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:29.185Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:29.185Z||pool-74-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":7,"count":1}
2022-03-04T15:44:30.051Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:44:30.052Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-04T15:44:30.053Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: be056139-5ea9-4d85-b98a-a91397ad3344, URL: /sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar to file: /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:30.053Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304154142-csar.csar
2022-03-04T15:44:30.054Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:30.054Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:30.321Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14297908479086995700/Definitions/service-Vfw20220304154142-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-03-04T15:44:32.357Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.358Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.359Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.359Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.359Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.359Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.359Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e16e0be6-0f49 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-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:32.360Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-04T15:44:32.361Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.361Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.361Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:32.361Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-04T15:44:32.362Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:44:32.362Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.362Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.362Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:32.363Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-04T15:44:32.363Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:44:32.363Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.363Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.364Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.364Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:32.364Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:32.364Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:44:32.364Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.365Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.365Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.365Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:44:32.365Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:32.366Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:44:32.366Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:44:32.366Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.366Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.366Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:44:32.367Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.367Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:44:32.367Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.367Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:44:32.367Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.368Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:44:32.368Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.368Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:32.368Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:32.369Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.369Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:32.369Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:32.369Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.370Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:32.370Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:32.370Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.370Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:32.370Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:32.371Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:44:32.371Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:32.371Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:44:32.371Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:44:32.372Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.372Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.372Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:44:32.372Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.372Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:44:32.373Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.373Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ec2f014-cfa7-414e-9c84-3829d9c975aa
2022-03-04T15:44:32.373Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.373Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:32.373Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:32.374Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:44:32.374Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.374Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.374Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.374Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:44:32.375Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:32.375Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:44:32.375Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:44:32.375Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.376Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:44:32.376Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.376Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59008e7-8697-4b44-b42c-3f24d16f4a9b
2022-03-04T15:44:32.376Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.376Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:32.377Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:32.377Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:44:32.377Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.377Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.378Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.378Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:44:32.378Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:32.378Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:44:32.378Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:44:32.379Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:32.379Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:32.379Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:44:32.379Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf120286-512e-49b4-949b-0cf970fabc8f
2022-03-04T15:44:32.379Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.380Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.380Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.380Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.380Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.381Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.381Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:32.381Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:32.381Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-41-42
Description:catalog service description
Model UUID:744ef6f9-9252-4d08-892e-c78677e0b866
Model Version:NULL
Model InvariantUuid:17b323ad-fff9-4a37-9441-1e3c44b24f67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e16e0be6-0f49
Model UUID:7caabe2d-48bf-4262-86b8-eee3b6ce931b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:34237045-b3e5-483a-a26e-5fa2fc8ab6c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9677a91-61b8-4730-8813-5b71247aba2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0edfdf40-beab-4df6-b01a-eda564729d8f
ModelName:VfwE16e0be60f49..base_vfw..module-0
ModelUuid:9304580a-ad7a-4e89-855a-4a7691c9e66e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4ec2f014-cfa7-414e-9c84-3829d9c975aa
ModelInvariantUuid:24389ba1-31ea-43a2-af36-e1253353acb7
ModelName:vFW e16e0be6-0f49-nodes.vfwCvfc
ModelUuid:c47fe48c-1042-4023-86c7-2afa46c7a516
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:17dbd6bb-a7ea-4340-afb7-275f77175e57
ModelInvariantUuid:8db6c370-8ef4-4b50-ae28-f6aa7792a398
ModelName:VfwE16e0be60f49.compute.nodes.heat.vfw
ModelUuid:d5317906-b7f8-40a4-a8af-a49e4c2618b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c59008e7-8697-4b44-b42c-3f24d16f4a9b
ModelInvariantUuid:1611f2f7-4025-47f9-95ec-aaddd2a77fde
ModelName:vFW e16e0be6-0f49-nodes.vsnCvfc
ModelUuid:36858624-878a-41c9-a344-43a352a79dab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19b85645-7fc9-4204-b366-7089db65b97e
ModelInvariantUuid:d4bc4ead-9419-4066-a24c-00f695296df7
ModelName:VfwE16e0be60f49.compute.nodes.heat.vsn
ModelUuid:01335d26-ace8-49ad-8432-6bee44f43b31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bf120286-512e-49b4-949b-0cf970fabc8f
ModelInvariantUuid:dbf1969b-70b8-4f2c-ab3f-836966974539
ModelName:vFW e16e0be6-0f49-nodes.vpgCvfc
ModelUuid:4f65d23a-f588-491c-bc22-1a974d54885d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a628647d-5be4-467e-a632-a5e52f88f43b
ModelInvariantUuid:d5eb7f6f-10e6-4c2c-b071-e99f1696fdb6
ModelName:VfwE16e0be60f49.compute.nodes.heat.vpg
ModelUuid:3f5e6447-1d7a-4607-86aa-dac6dd9f43f7
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-03-04T15:44:32.388Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c9b1b8fd-04ef-4392-bc2a-10c6df782894
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-03-04T15:44:32.392Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||vFW e16e0be6-0f49 0
2022-03-04T15:44:32.392Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9b1b8fd-04ef-4392-bc2a-10c6df782894
2022-03-04T15:44:32.392Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a3a337b6-fc54-40e0-83aa-67fd839cf528 from URL: /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json
2022-03-04T15:44:32.392Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-04T15:44:32.392Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json
2022-03-04T15:44:32.833Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-04T15:44:32.833Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json a3a337b6-fc54-40e0-83aa-67fd839cf528 785
2022-03-04T15:44:32.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json ASDC sendASDCNotification
2022-03-04T15:44:32.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json
2022-03-04T15:44:32.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:44:32.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:32.836Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:32.836Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408672834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:32.938Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T15:44:32.941Z||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-03-04T15:44:32.941Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:32.956Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:32.956Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:33.837Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE16e0be60f49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0edfdf40-beab-4df6-b01a-eda564729d8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9304580a-ad7a-4e89-855a-4a7691c9e66e",
    "vfModuleModelCustomizationUUID": "fe738e1a-b131-467d-b7c5-24ca4f6e8672",
    "isBase": true,
    "artifacts": [
      "1b15acc2-6fbe-467f-91e0-75a1a452e86d",
      "adc15e0a-57df-44ac-837b-7f7cd7876807"
    ],
    "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-03-04T15:44:33.842Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE16e0be60f49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9304580a-ad7a-4e89-855a-4a7691c9e66e
VfModuleModelInvariantUUID:0edfdf40-beab-4df6-b01a-eda564729d8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b15acc2-6fbe-467f-91e0-75a1a452e86d
,
adc15e0a-57df-44ac-837b-7f7cd7876807

}
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-03-04T15:44:33.844Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE16e0be60f49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0edfdf40-beab-4df6-b01a-eda564729d8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9304580a-ad7a-4e89-855a-4a7691c9e66e",
    "vfModuleModelCustomizationUUID": "fe738e1a-b131-467d-b7c5-24ca4f6e8672",
    "isBase": true,
    "artifacts": [
      "1b15acc2-6fbe-467f-91e0-75a1a452e86d",
      "adc15e0a-57df-44ac-837b-7f7cd7876807"
    ],
    "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-03-04T15:44:33.844Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE16e0be60f49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9304580a-ad7a-4e89-855a-4a7691c9e66e
VfModuleModelInvariantUUID:0edfdf40-beab-4df6-b01a-eda564729d8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b15acc2-6fbe-467f-91e0-75a1a452e86d
,
adc15e0a-57df-44ac-837b-7f7cd7876807

}
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-03-04T15:44:33.844Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b15acc2-6fbe-467f-91e0-75a1a452e86d from URL: /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml
2022-03-04T15:44:33.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-04T15:44:33.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml
2022-03-04T15:44:34.246Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-04T15:44:34.247Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml 1b15acc2-6fbe-467f-91e0-75a1a452e86d 20368
2022-03-04T15:44:34.247Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:44:34.248Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml
2022-03-04T15:44:34.248Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:44:34.248Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:34.251Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:34.251Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408674247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:34.351Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:34.352Z||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-03-04T15:44:34.352Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:34.415Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:34.415Z||pool-76-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:44:35.252Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adc15e0a-57df-44ac-837b-7f7cd7876807 from URL: /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
2022-03-04T15:44:35.253Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-04T15:44:35.253Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
2022-03-04T15:44:35.550Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-04T15:44:35.551Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env adc15e0a-57df-44ac-837b-7f7cd7876807 2098
2022-03-04T15:44:35.551Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:44:35.552Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
2022-03-04T15:44:35.552Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:44:35.552Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:35.554Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:35.554Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408675551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:44:35.654Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:35.655Z||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-03-04T15:44:35.655Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:35.704Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:35.705Z||pool-77-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:36.555Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 744ef6f9-9252-4d08-892e-c78677e0b866
2022-03-04T15:44:36.555Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e16e0be6-0f49 0 c9b1b8fd-04ef-4392-bc2a-10c6df782894 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-03-04T15:44:36.574Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4128b2fb, org.onap.sdc.toscaparser.api.parameters.Input@5b27c128, org.onap.sdc.toscaparser.api.parameters.Input@2c388c80, org.onap.sdc.toscaparser.api.parameters.Input@1513e8ca, org.onap.sdc.toscaparser.api.parameters.Input@11a82ff9]
2022-03-04T15:44:36.575Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.576Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.576Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-04T15:44:36.576Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c9677a91-61b8-4730-8813-5b71247aba2a
2022-03-04T15:44:36.576Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9677a91-61b8-4730-8813-5b71247aba2a matches Tosca VF Customization UUID: c9677a91-61b8-4730-8813-5b71247aba2a
2022-03-04T15:44:36.576Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c9677a91-61b8-4730-8813-5b71247aba2a  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-03-04T15:44:36.578Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.578Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c9677a91-61b8-4730-8813-5b71247aba2a: {\"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-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1688a21d
2022-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe738e1a-b131-467d-b7c5-24ca4f6e8672
2022-03-04T15:44:36.579Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe738e1a-b131-467d-b7c5-24ca4f6e8672
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-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.582Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:36.583Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.583Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:44:36.584Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.585Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ec2f014-cfa7-414e-9c84-3829d9c975aa
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-03-04T15:44:36.587Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:44:36.588Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.589Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:44:36.590Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.590Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59008e7-8697-4b44-b42c-3f24d16f4a9b
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-03-04T15:44:36.591Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.591Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is not matching search criteria
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.592Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:44:36.593Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:44:36.594Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf120286-512e-49b4-949b-0cf970fabc8f
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-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Node template vFW e16e0be6-0f49 0 is matching search criteria
2022-03-04T15:44:36.596Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e16e0be6-0f49 0] matching following query criteria: sdcType=VF, customizationUUID=c9677a91-61b8-4730-8813-5b71247aba2a
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-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 744ef6f9-9252-4d08-892e-c78677e0b866: vFW e16e0be6-0f49
2022-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.598Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:44:36.599Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-04 15-41-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:44:36.600Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-04 15-41-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-03-04T15:44:36.767Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e16e0be6-0f49 c9b1b8fd-04ef-4392-bc2a-10c6df782894 1 ASDC deployResourceStructure
2022-03-04T15:44:36.767Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json ASDC sendASDCNotification
2022-03-04T15:44:36.767Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json
2022-03-04T15:44:36.768Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:44:36.768Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:36.770Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:36.770Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408676767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:44:36.870Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:36.871Z||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-03-04T15:44:36.871Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:36.906Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:36.907Z||pool-78-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:37.771Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:44:37.771Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml
2022-03-04T15:44:37.771Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:44:37.772Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:37.773Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:37.773Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408677770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:44:37.874Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:37.875Z||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-03-04T15:44:37.875Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:37.899Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:37.899Z||pool-79-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:38.774Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:44:38.775Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env
2022-03-04T15:44:38.775Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:44:38.775Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:38.777Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:38.777Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408678774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:44:38.877Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:38.878Z||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-03-04T15:44:38.878Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:38.903Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:38.903Z||pool-80-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:39.778Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar ASDC sendASDCNotification
2022-03-04T15:44:39.778Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar
2022-03-04T15:44:39.778Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:44:39.778Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:44:39.780Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:44:39.780Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408679778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:44:39.880Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:44:39.881Z||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-03-04T15:44:39.882Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:44:39.909Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:44:39.909Z||pool-81-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:44:40.781Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:44:40.790Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:44:40.795Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:44:40.795Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:44:40.795Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:45:10.796Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:45:10.809Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:45:10.811Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:45:10.811Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:45:10.811Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:45:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:45:20.548Z||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-03-04T15:45:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:45:20.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:45:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:45:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:45:20.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:45:40.811Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:45:40.820Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:45:40.822Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:45:40.822Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:45:40.823Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:46:10.823Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:46:10.832Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:46:10.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:46:10.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:46:10.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:46:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:46:20.549Z||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-03-04T15:46:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:46:20.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:46:20.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:46:20.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:46:20.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:46:40.834Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:46:40.843Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:46:40.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:46:40.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:46:40.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:47:10.845Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:47:10.864Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:47:10.866Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:47:10.866Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:47:10.867Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:47:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:47:20.548Z||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-03-04T15:47:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:47:20.629Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:47:20.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "policy-id",
  "timestamp": 1646408661371,
  "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-03-04T15:47:20.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:47:20.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:47:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408655516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408656863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408663964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408665577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408666986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408660546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408660870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408668022,
  "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-03-04T15:47:20.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:47:20.654Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:47:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408669026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408669271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408669047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408672834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408666738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408674247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408675551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408676767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/vfwe16e0be60f490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408677770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408671150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408678774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/resourceInstances/vfwe16e0be60f490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408678991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408679778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408679960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408681806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408681966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408682478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304154142/1.0/artifacts/service-Vfw20220304154142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "aai-ml",
  "timestamp": 1646408682813,
  "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-03-04T15:47:20.670Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:47:20.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:47:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "clamp",
  "timestamp": 1646408682971,
  "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-03-04T15:47:20.681Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:47:20.681Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:47:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408683482,
  "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-03-04T15:47:20.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d31e5b0-ab84-4ec0-8edc-f5c194844204
2022-03-04T15:47:20.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:47:20.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408701151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "policy-id",
  "timestamp": 1646408703905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "cds",
  "timestamp": 1646408709671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408701151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "policy-id",
  "timestamp": 1646408703905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "cds",
  "timestamp": 1646408709671,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408712250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "policy-id",
  "timestamp": 1646408712563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "cds",
  "timestamp": 1646408712679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "policy-id",
  "timestamp": 1646408713570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "cds",
  "timestamp": 1646408713689,
  "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-03-04T15:47:20.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
2022-03-04T15:47:20.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:47:20.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408713823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:47:20.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:47:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "policy-id",
  "timestamp": 1646408714577,
  "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-03-04T15:47:20.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
2022-03-04T15:47:20.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:47:20.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408714837,
  "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-03-04T15:47:20.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
2022-03-04T15:47:20.728Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:47:20.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408715516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408715516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408716863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408716863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:47:20.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:47:40.867Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:47:40.877Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:47:40.880Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||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-03-04T15:47:40.885Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:48:10.885Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204 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-03-04T15:48:10.892Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d31e5b0-ab84-4ec0-8edc-f5c194844204 and serviceModelVersionId: 744ef6f9-9252-4d08-892e-c78677e0b866
2022-03-04T15:48:10.892Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17b323ad-fff9-4a37-9441-1e3c44b24f67
2022-03-04T15:48:10.894Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0
2022-03-04T15:48:10.902Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:48:10.981Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:10.983Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Invoke
2022-03-04T15:48:12.532Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:12.533Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Invoke
2022-03-04T15:48:14.064Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:14.065Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Invoke
2022-03-04T15:48:15.093Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:48:15.095Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:15.096Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:48:15.097Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:15.103Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:15.103Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d31e5b0-ab84-4ec0-8edc-f5c194844204 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:48:15.104Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:48:15.104Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:48:15.106Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:48:15.106Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||try to send status {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408895104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:48:15.206Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:48:15.207Z||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-03-04T15:48:15.207Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:15.276Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:15.277Z||pool-82-thread-1|||||INFO|500||cambria reply ok (70 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-03-04T15:48:16.120Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:48:16.120Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:16.120Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:20.548Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:48:20.548Z||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-03-04T15:48:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:20.632Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "aai-ml",
  "timestamp": 1646408720868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "aai-ml",
  "timestamp": 1646408720868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "aai-ml",
  "timestamp": 1646408723974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "clamp",
  "timestamp": 1646408726738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "aai-ml",
  "timestamp": 1646408728620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:48:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "clamp",
  "timestamp": 1646408726738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:48:20.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:48:20.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "aai-ml",
  "timestamp": 1646408729628,
  "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-03-04T15:48:20.642Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
2022-03-04T15:48:20.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "clamp",
  "timestamp": 1646408737968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "clamp",
  "timestamp": 1646408739973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:48:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "clamp",
  "timestamp": 1646408740978,
  "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-03-04T15:48:20.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
2022-03-04T15:48:20.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:48:20.664Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:20.664Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||received message from topic
2022-03-04T15:48:20.664Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5f3e2a7c-3c70-4967-8caf-4f0f25454fd4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"76cb46ab-483e-4f7a-bf2a-32858a9bef18","serviceDescription":"service","serviceInvariantUUID":"830d6786-d2a9-430a-86bd-773cb8380800","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"63b5fa45-1f58-4b26-840c-f0c8335c7118","resourceInvariantUUID":"303b4900-87ec-4f7a-8bc3-5bd687081f0e","resourceCustomizationUUID":"9f860878-9ea8-4cda-9d44-9436404f434f","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":"MTgyZTFiNGJiZWQ4N2MwNWUxMDlmODllZTkwNGJkMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2e873bf-a1b4-4380-b9bf-55eff9e10a1b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWE4ZGI3MzhmMmE0ZDk4MDEwMzIwYWY3YjQ5NWY3NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6eb1e38-b155-472b-914c-8d54c04c752c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:48:20.666Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:48:20.666Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:48:20.668Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:48:20.668Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||try to send status {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:48:20.769Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:48:20.770Z||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-03-04T15:48:20.770Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:20.796Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:20.796Z||pool-83-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:48:21.669Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:48:21.670Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:48:21.672Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:48:21.672Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||try to send status {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:48:21.772Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:48:21.773Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-04T15:48:21.773Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:21.799Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:21.800Z||pool-84-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:48:22.675Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "76cb46ab-483e-4f7a-bf2a-32858a9bef18",
  "serviceDescription": "service",
  "serviceInvariantUUID": "830d6786-d2a9-430a-86bd-773cb8380800",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9f860878-9ea8-4cda-9d44-9436404f434f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "63b5fa45-1f58-4b26-840c-f0c8335c7118",
      "resourceInvariantUUID": "303b4900-87ec-4f7a-8bc3-5bd687081f0e",
      "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": "NWE4ZGI3MzhmMmE0ZDk4MDEwMzIwYWY3YjQ5NWY3NWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6eb1e38-b155-472b-914c-8d54c04c752c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:48:22.675Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:48:22.675Z|1d31e5b0-ab84-4ec0-8edc-f5c194844204|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76cb46ab-483e-4f7a-bf2a-32858a9bef18 ASDC
2022-03-04T15:48:22.676Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:76cb46ab-483e-4f7a-bf2a-32858a9bef18
ServiceInvariantUUID:830d6786-d2a9-430a-86bd-773cb8380800
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:f6eb1e38-b155-472b-914c-8d54c04c752c
ArtifactChecksum:NWE4ZGI3MzhmMmE0ZDk4MDEwMzIwYWY3YjQ5NWY3NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9f860878-9ea8-4cda-9d44-9436404f434f
ResourceInvariantUUID:303b4900-87ec-4f7a-8bc3-5bd687081f0e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:63b5fa45-1f58-4b26-840c-f0c8335c7118
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-04T15:48:22.676Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76cb46ab-483e-4f7a-bf2a-32858a9bef18 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-03-04T15:48:22.700Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:48:22.700Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:48:22.700Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:48:22.701Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Trying to download the artifact UUID: f6eb1e38-b155-472b-914c-8d54c04c752c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-04T15:48:22.701Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:48:22.701Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:23.641Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:48:23.644Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f6eb1e38-b155-472b-914c-8d54c04c752c 52505
2022-03-04T15:48:23.644Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:23.644Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:23.644Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:48:23.644Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:48:23.646Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:48:23.647Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||try to send status {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408903644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:48:23.747Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:48:23.748Z||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-03-04T15:48:23.748Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:23.797Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:23.797Z||pool-85-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:48:24.647Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:48:24.650Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:48:24.651Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Trying to write artifact UUID: f6eb1e38-b155-472b-914c-8d54c04c752c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T15:48:24.651Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-04T15:48:24.651Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T15:48:24.651Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T15:48:24.740Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5595206158736526787/Definitions/service-BasicNetwork-template.yml
2022-03-04T15:48:25.137Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:48:25.138Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|WARN|500||####################################################################################################
2022-03-04T15:48:25.138Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T15:48:25.138Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-04T15:48:25.138Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.139Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.140Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.140Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|WARN|500||####################################################################################################
2022-03-04T15:48:25.140Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.140Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.141Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.142Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.143Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.143Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.143Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.143Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.144Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.144Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.144Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:76cb46ab-483e-4f7a-bf2a-32858a9bef18
Model Version:NULL
Model InvariantUuid:830d6786-d2a9-430a-86bd-773cb8380800
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:303b4900-87ec-4f7a-8bc3-5bd687081f0e
Model UUID:6dac1826-b7f8-4ffb-bd3f-dd07fc2dc39e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9f860878-9ea8-4cda-9d44-9436404f434f
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-03-04T15:48:25.151Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 63b5fa45-1f58-4b26-840c-f0c8335c7118
2022-03-04T15:48:25.151Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||No resources found for Service: 76cb46ab-483e-4f7a-bf2a-32858a9bef18
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-03-04T15:48:25.155Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||
2022-03-04T15:48:25.156Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-04T15:48:25.156Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||No resources found for Service: 76cb46ab-483e-4f7a-bf2a-32858a9bef18
2022-03-04T15:48:25.156Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Preparing to deploy Service: 76cb46ab-483e-4f7a-bf2a-32858a9bef18
2022-03-04T15:48:25.157Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-04T15:48:25.157Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.161Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74f6e9db, org.onap.sdc.toscaparser.api.parameters.Input@6a78e114, org.onap.sdc.toscaparser.api.parameters.Input@4ef0c2c, org.onap.sdc.toscaparser.api.parameters.Input@67004166, org.onap.sdc.toscaparser.api.parameters.Input@24fbd46c]
2022-03-04T15:48:25.162Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.162Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.162Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.162Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.163Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500|| resourceSeq for service uuid 76cb46ab-483e-4f7a-bf2a-32858a9bef18: Generic NeutronNet
2022-03-04T15:48:25.163Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.163Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.163Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.163Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:48:25.199Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:48:25.200Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.243Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-04T15:48:25.244Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.244Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:25.244Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:48:25.244Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:48:25.246Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:48:25.246Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||try to send status {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408905244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:48:25.346Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:48:25.347Z||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-03-04T15:48:25.347Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:48:25.396Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:48:25.397Z||pool-86-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:48:26.246Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:48:26.255Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:48:26.257Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?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-03-04T15:48:26.261Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:48:56.261Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 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-03-04T15:48:56.271Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 and serviceModelVersionId: 76cb46ab-483e-4f7a-bf2a-32858a9bef18
2022-03-04T15:48:56.271Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 830d6786-d2a9-430a-86bd-773cb8380800
2022-03-04T15:48:56.272Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0
2022-03-04T15:48:56.280Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17b323ad-fff9-4a37-9441-1e3c44b24f67/model-vers/model-ver/744ef6f9-9252-4d08-892e-c78677e0b866?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:48:56.333Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Invoke
2022-03-04T15:48:56.334Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0f8d06b-6f5b-44c2-a9a9-1dd8416d6275], X-ECOMP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-TransactionId=[], X-ONAP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], Content-Type=[application/merge-patch+json]}
2022-03-04T15:48:57.869Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Invoke
2022-03-04T15:48:57.869Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0181ccf4-eeb2-47b3-b729-c74cba84b764], X-ECOMP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-TransactionId=[], X-ONAP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], Content-Type=[application/merge-patch+json]}
2022-03-04T15:48:59.404Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Invoke
2022-03-04T15:48:59.404Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfa59c77-91db-4b99-9683-5ce6e6ad2800], X-ECOMP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], X-TransactionId=[], X-ONAP-RequestID=[5f3e2a7c-3c70-4967-8caf-4f0f25454fd4], Content-Type=[application/merge-patch+json]}
2022-03-04T15:49:00.438Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:49:00.439Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-03-04T15:49:00.439Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:49:00.440Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-03-04T15:49:00.451Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-03-04T15:49:00.451Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f3e2a7c-3c70-4967-8caf-4f0f25454fd4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:49:00.452Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:49:00.452Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:00.455Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:00.455Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408940451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:49:00.557Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T15:49:00.558Z||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-03-04T15:49:00.558Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:00.583Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:00.584Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 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-03-04T15:49:01.470Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||received message from topic
2022-03-04T15:49:01.470Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1f5f5ce8-688a-4c60-8ddb-725e40831bf4","serviceName":"Demo_pNF_xiy3SnOaAOImlKStjIOc","serviceVersion":"1.0","serviceUUID":"2a8621d8-b1df-4b25-8158-a39edff4ccda","serviceDescription":"catalog service description","serviceInvariantUUID":"dec8c242-4634-464f-b069-82ec1cf4e4e7","resources":[{"resourceInstanceName":"pNF ee5c615e-2308 0","resourceName":"pNF ee5c615e-2308","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f8b9a62-ed51-4b29-8929-dfe58b298bb5","resourceInvariantUUID":"78636e31-7d25-4eba-9ffe-ac59b52c6ad0","resourceCustomizationUUID":"2756bcd3-76c1-412e-a645-6e53e65026a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml","artifactChecksum":"ZGU1YTU0OWMxYjYyNjdjNTc0ZDUzNjNiOTRlZWQ0OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee3bfe10-017d-434a-9241-458b6ff85d9c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b811bd07-3471-4286-a28b-942c0ae7b193","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5dea9451-acfe-4817-bfa1-b323cd59c089","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml","artifactChecksum":"NjRiNTdhYjYyZTJmZDJmNmQ4ODEyZmY3YTcyOTU2Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28097532-7d96-45e6-a389-2351c0a77ddf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a3cd17e-3a80-4813-88ab-9c2aca0a52a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80e043dd-0715-4420-ab72-c1adb51936ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXiy3snoaaoimlkstjioc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml","artifactChecksum":"MDdmYzFkN2JkOGRjMmNjNDBiNDllMjc1MmZkOGY1ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a828c09-3e7d-4911-be13-473925703a5b","artifactVersion":"1"},{"artifactName":"service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar","artifactChecksum":"Y2UxZmMxYzMwNjk3YjI4MGFmZTMxNjc1NWEzMzZkYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a21b50cb-35e8-4252-a310-ed66a5624192","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:49:01.471Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:01.472Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:01.475Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:01.475Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:01.574Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:49:01.575Z||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-03-04T15:49:01.575Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:01.598Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:01.599Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:49:02.476Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:02.476Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:02.480Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:02.480Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:02.581Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:49:02.582Z||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-03-04T15:49:02.582Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:02.610Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:02.611Z||pool-89-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:03.481Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:03.481Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:03.483Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:03.483Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:03.583Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:03.584Z||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-03-04T15:49:03.585Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:03.627Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:03.627Z||pool-90-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:49:04.484Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:04.486Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:04.489Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:04.489Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:04.589Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:49:04.590Z||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-03-04T15:49:04.590Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:04.612Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:04.612Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:05.490Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:05.491Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:05.494Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:05.494Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:05.594Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:05.595Z||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-03-04T15:49:05.595Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:05.611Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:05.611Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:06.494Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:06.496Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:06.498Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:06.498Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:06.598Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:06.599Z||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-03-04T15:49:06.599Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:06.639Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:06.640Z||pool-93-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:07.498Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:07.499Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:07.502Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:07.502Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:07.602Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:07.603Z||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-03-04T15:49:07.603Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:07.630Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:07.630Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:08.503Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:49:08.504Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:08.507Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:08.507Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:08.607Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:08.608Z||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-03-04T15:49:08.609Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:08.635Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:08.635Z||pool-95-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:49:09.508Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "serviceName": "Demo_pNF_xiy3SnOaAOImlKStjIOc",
  "serviceVersion": "1.0",
  "serviceUUID": "2a8621d8-b1df-4b25-8158-a39edff4ccda",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dec8c242-4634-464f-b069-82ec1cf4e4e7",
  "resources": [
    {
      "resourceInstanceName": "pNF ee5c615e-2308 0",
      "resourceCustomizationUUID": "2756bcd3-76c1-412e-a645-6e53e65026a4",
      "resourceName": "pNF ee5c615e-2308",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f8b9a62-ed51-4b29-8929-dfe58b298bb5",
      "resourceInvariantUUID": "78636e31-7d25-4eba-9ffe-ac59b52c6ad0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
      "artifactChecksum": "Y2UxZmMxYzMwNjk3YjI4MGFmZTMxNjc1NWEzMzZkYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a21b50cb-35e8-4252-a310-ed66a5624192"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:49:09.509Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:49:09.509Z|5f3e2a7c-3c70-4967-8caf-4f0f25454fd4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a8621d8-b1df-4b25-8158-a39edff4ccda ASDC
2022-03-04T15:49:09.509Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1f5f5ce8-688a-4c60-8ddb-725e40831bf4
ServiceName:Demo_pNF_xiy3SnOaAOImlKStjIOc
ServiceVersion:1.0
ServiceUUID:2a8621d8-b1df-4b25-8158-a39edff4ccda
ServiceInvariantUUID:dec8c242-4634-464f-b069-82ec1cf4e4e7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
ArtifactUUID:a21b50cb-35e8-4252-a310-ed66a5624192
ArtifactChecksum:Y2UxZmMxYzMwNjk3YjI4MGFmZTMxNjc1NWEzMzZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ee5c615e-2308 0
ResourceCustomizationUUID:2756bcd3-76c1-412e-a645-6e53e65026a4
ResourceInvariantUUID:78636e31-7d25-4eba-9ffe-ac59b52c6ad0
ResourceName:pNF ee5c615e-2308
ResourceType:PNF
ResourceUUID:5f8b9a62-ed51-4b29-8929-dfe58b298bb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T15:49:09.510Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a8621d8-b1df-4b25-8158-a39edff4ccda 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-03-04T15:49:09.540Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:49:09.540Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:49:09.540Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:49:09.541Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Trying to download the artifact UUID: a21b50cb-35e8-4252-a310-ed66a5624192 from URL: /sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:09.541Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:49:09.541Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:09.657Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:49:09.661Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar a21b50cb-35e8-4252-a310-ed66a5624192 82639
2022-03-04T15:49:09.662Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar ASDC sendASDCNotification
2022-03-04T15:49:09.662Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:09.662Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:49:09.662Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:09.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:09.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408949662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:09.764Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:09.765Z||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-03-04T15:49:09.766Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:09.817Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:09.818Z||pool-96-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:10.665Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:49:10.666Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:49:10.666Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Trying to write artifact UUID: a21b50cb-35e8-4252-a310-ed66a5624192, URL: /sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar to file: /app/ASDC/1/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:10.667Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:10.667Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:10.668Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:10.812Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6822136348669643364/Definitions/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml
2022-03-04T15:49:11.634Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:49:11.634Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|WARN|500||####################################################################################################
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ee5c615e-2308 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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.635Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|WARN|500||####################################################################################################
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.636Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Node template pNF ee5c615e-2308 0 is matching search criteria
2022-03-04T15:49:11.637Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:49:11.637Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found topology templates [pNF ee5c615e-2308 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:49:11.650Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.650Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.650Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Node template pNF ee5c615e-2308 0 is matching search criteria
2022-03-04T15:49:11.650Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:49:11.651Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found topology templates [pNF ee5c615e-2308 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:49:11.651Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.651Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.651Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.651Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.652Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.652Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.652Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.652Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.652Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.653Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.653Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xiy3SnOaAOImlKStjIOc
Description:catalog service description
Model UUID:2a8621d8-b1df-4b25-8158-a39edff4ccda
Model Version:NULL
Model InvariantUuid:dec8c242-4634-464f-b069-82ec1cf4e4e7
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-03-04T15:49:11.661Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5f8b9a62-ed51-4b29-8929-dfe58b298bb5
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-03-04T15:49:11.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||pNF ee5c615e-2308 0
2022-03-04T15:49:11.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f8b9a62-ed51-4b29-8929-dfe58b298bb5
2022-03-04T15:49:11.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||No resources found for Service: 2a8621d8-b1df-4b25-8158-a39edff4ccda
2022-03-04T15:49:11.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Preparing to deploy Service: 2a8621d8-b1df-4b25-8158-a39edff4ccda
2022-03-04T15:49:11.664Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ee5c615e-2308 0 5f8b9a62-ed51-4b29-8929-dfe58b298bb5 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-03-04T15:49:11.669Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f208f73, org.onap.sdc.toscaparser.api.parameters.Input@33bd8234, org.onap.sdc.toscaparser.api.parameters.Input@71707d81, org.onap.sdc.toscaparser.api.parameters.Input@62e6c6e1, org.onap.sdc.toscaparser.api.parameters.Input@590696d9]
2022-03-04T15:49:11.669Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.669Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.670Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500|| resourceSeq for service uuid 2a8621d8-b1df-4b25-8158-a39edff4ccda: pNF ee5c615e-2308
2022-03-04T15:49:11.670Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Processing PNF resource: 5f8b9a62-ed51-4b29-8929-dfe58b298bb5
2022-03-04T15:49:11.670Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:49:11.670Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Service Demo_pNF_xiy3SnOaAOImlKStjIOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:49:11.670Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||Resource customization UUID: 2756bcd3-76c1-412e-a645-6e53e65026a4 is the same as notified resource customizationUUID: 2756bcd3-76c1-412e-a645-6e53e65026a4
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-03-04T15:49:11.721Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ee5c615e-2308 5f8b9a62-ed51-4b29-8929-dfe58b298bb5 0 ASDC deployResourceStructure
2022-03-04T15:49:11.722Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar ASDC sendASDCNotification
2022-03-04T15:49:11.722Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar
2022-03-04T15:49:11.722Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:49:11.722Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:49:11.724Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:49:11.724Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408951722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:49:11.824Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:49:11.825Z||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-03-04T15:49:11.825Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:11.849Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:11.849Z||pool-97-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:49:12.725Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:49:12.735Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:49:12.737Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:49:12.738Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:49:12.738Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:49:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:49:20.548Z||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-03-04T15:49:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:49:20.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:49:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408810868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408814671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408815516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408823767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408816863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408824254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408816738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "cds",
  "timestamp": 1646408825263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-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-03-04T15:49:20.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.669Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408826206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408827357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408828361,
  "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-03-04T15:49:20.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.683Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:20.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408821150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408829991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408829983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408830257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:49:20.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "aai-ml",
  "timestamp": 1646408830996,
  "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-03-04T15:49:20.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:20.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408823905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408831991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408832163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408832893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "clamp",
  "timestamp": 1646408833000,
  "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-03-04T15:49:20.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:20.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408833167,
  "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-03-04T15:49:20.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:20.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408833898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:49:20.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:49:20.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:49:20.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "policy-id",
  "timestamp": 1646408834902,
  "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-03-04T15:49:20.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
2022-03-04T15:49:20.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:49:42.738Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:49:42.748Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T15:49:42.750Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:49:42.751Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?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-03-04T15:49:42.755Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:50:12.755Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 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-03-04T15:50:12.760Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 and serviceModelVersionId: 2a8621d8-b1df-4b25-8158-a39edff4ccda
2022-03-04T15:50:12.760Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dec8c242-4634-464f-b069-82ec1cf4e4e7
2022-03-04T15:50:12.760Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0
2022-03-04T15:50:12.764Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:50:12.799Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/830d6786-d2a9-430a-86bd-773cb8380800/model-vers/model-ver/76cb46ab-483e-4f7a-bf2a-32858a9bef18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:12.801Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Invoke
2022-03-04T15:50:14.319Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:14.320Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Invoke
2022-03-04T15:50:15.856Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:15.857Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Invoke
2022-03-04T15:50:16.886Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:50:16.886Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:16.887Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:50:16.887Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:16.891Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:16.891Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f5f5ce8-688a-4c60-8ddb-725e40831bf4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:50:16.891Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:50:16.891Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:16.893Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:16.893Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409016891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:50:16.993Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:16.994Z||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-03-04T15:50:16.994Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:17.023Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:17.023Z||pool-98-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"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-03-04T15:50:17.905Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:50:17.906Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:17.906Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:18.571Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:18.572Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||received message from topic
2022-03-04T15:50:18.572Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"93ff9d41-0d8c-4b98-9c57-bf5ec55753aa","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"051596e3-2f89-459e-a6b1-466fd79408ff","serviceDescription":"service","serviceInvariantUUID":"77137ece-8d98-4614-b45b-e223f4f90efc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f0632de-47c8-47f1-9932-04657b18a9dc","resourceInvariantUUID":"ea584f25-888c-4689-a46e-c49ef8305b09","resourceCustomizationUUID":"b724e058-5c36-4be7-aa60-2f33414e68dc","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":"ZjNiZTEwOGY3ZGFlMGZmMGJmYmY2MjExZTI5OTNkZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"507e5465-aec8-4023-963e-0218e4921cf6","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":"30354ac1-8bae-4edd-b905-d0f2abc9954f","artifactVersion":"2","generatedFromUUID":"459593de-f78d-41d1-94a1-e8eee7e0aa9b"},{"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":"459593de-f78d-41d1-94a1-e8eee7e0aa9b","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":"ZjgzMmEzODk0N2JkNzNhZTMwOGE4NWZmNmZjZTU5NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa5fea10-e49d-4f66-a178-8b7b31abb482","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":"80b7d286-2096-4799-943f-92989cbcd43f","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":"2f578eb3-5375-4766-b797-212a65e29a41","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":"3e15b601-ee43-492a-b4c0-59b2d5377101","artifactVersion":"2","generatedFromUUID":"80b7d286-2096-4799-943f-92989cbcd43f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2U5ZjE5NzgxOTJjNjk2YWU5OGUyMDE0NDM0NTQ0ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7307f7f0-0465-48e5-98a0-a0fde4cf4a1d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTdmMDRlYWY1NzAxZTA1MmM5MmMwMjAyNzAxMjA2ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71120467-2cd1-43bc-90c7-7a7ade695315","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:50:18.573Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:18.574Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:18.575Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:18.576Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:50:18.676Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:18.677Z||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-03-04T15:50:18.677Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:18.753Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:18.754Z||pool-99-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":2,"count":1}
2022-03-04T15:50:19.576Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:19.577Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:19.578Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:19.578Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-04T15:50:19.679Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:19.679Z||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-03-04T15:50:19.680Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:19.705Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:19.705Z||pool-100-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:50:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:50:20.548Z||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-03-04T15:50:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:20.579Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:20.580Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:20.582Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:20.582Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-04T15:50:20.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:20.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:50:20.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d31e5b0-ab84-4ec0-8edc-f5c194844204",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408895104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:50:20.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:50:20.682Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:20.683Z||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-03-04T15:50:20.683Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:20.698Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:20.698Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:50:21.583Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:21.584Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:21.586Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:21.586Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:50:21.686Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:21.687Z||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-03-04T15:50:21.687Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:21.703Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:21.703Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:22.586Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:22.587Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:22.589Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:22.589Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:50:22.689Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:22.690Z||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-03-04T15:50:22.690Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:22.707Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:22.707Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:23.589Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:23.590Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:23.593Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:23.593Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:50:23.692Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:50:23.693Z||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-03-04T15:50:23.693Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:23.718Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:23.718Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:24.594Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:24.595Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:24.596Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:24.596Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-04T15:50:24.696Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:24.697Z||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-03-04T15:50:24.697Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:24.746Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:24.746Z||pool-105-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:25.597Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:25.597Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:25.600Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:25.600Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:50:25.701Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:25.701Z||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-03-04T15:50:25.701Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:25.722Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:25.722Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:50:26.600Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:50:26.601Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:26.604Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:26.604Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:50:26.704Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:26.705Z||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-03-04T15:50:26.705Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:26.721Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:26.722Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:50:27.605Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "051596e3-2f89-459e-a6b1-466fd79408ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "77137ece-8d98-4614-b45b-e223f4f90efc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b724e058-5c36-4be7-aa60-2f33414e68dc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f0632de-47c8-47f1-9932-04657b18a9dc",
      "resourceInvariantUUID": "ea584f25-888c-4689-a46e-c49ef8305b09",
      "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": "30354ac1-8bae-4edd-b905-d0f2abc9954f",
          "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": "459593de-f78d-41d1-94a1-e8eee7e0aa9b",
          "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": "ZjgzMmEzODk0N2JkNzNhZTMwOGE4NWZmNmZjZTU5NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa5fea10-e49d-4f66-a178-8b7b31abb482",
          "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": "80b7d286-2096-4799-943f-92989cbcd43f",
          "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": "3e15b601-ee43-492a-b4c0-59b2d5377101",
            "generatedFromUUID": "80b7d286-2096-4799-943f-92989cbcd43f"
          },
          "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": "3e15b601-ee43-492a-b4c0-59b2d5377101",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTdmMDRlYWY1NzAxZTA1MmM5MmMwMjAyNzAxMjA2ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71120467-2cd1-43bc-90c7-7a7ade695315"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:50:27.605Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:50:27.605Z|1f5f5ce8-688a-4c60-8ddb-725e40831bf4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 051596e3-2f89-459e-a6b1-466fd79408ff ASDC
2022-03-04T15:50:27.606Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||ASDC Notification:
DistributionID:93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:051596e3-2f89-459e-a6b1-466fd79408ff
ServiceInvariantUUID:77137ece-8d98-4614-b45b-e223f4f90efc
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:71120467-2cd1-43bc-90c7-7a7ade695315
ArtifactChecksum:MTdmMDRlYWY1NzAxZTA1MmM5MmMwMjAyNzAxMjA2ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b724e058-5c36-4be7-aa60-2f33414e68dc
ResourceInvariantUUID:ea584f25-888c-4689-a46e-c49ef8305b09
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3f0632de-47c8-47f1-9932-04657b18a9dc
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:30354ac1-8bae-4edd-b905-d0f2abc9954f
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:459593de-f78d-41d1-94a1-e8eee7e0aa9b
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:fa5fea10-e49d-4f66-a178-8b7b31abb482
ArtifactChecksum:ZjgzMmEzODk0N2JkNzNhZTMwOGE4NWZmNmZjZTU5NDc=
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:80b7d286-2096-4799-943f-92989cbcd43f
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:3e15b601-ee43-492a-b4c0-59b2d5377101
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:3e15b601-ee43-492a-b4c0-59b2d5377101
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:50:27.606Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 051596e3-2f89-459e-a6b1-466fd79408ff 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-03-04T15:50:27.643Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:50:27.643Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:50:27.644Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:50:27.644Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: 71120467-2cd1-43bc-90c7-7a7ade695315 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-04T15:50:27.644Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:27.644Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:28.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:28.149Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 71120467-2cd1-43bc-90c7-7a7ade695315 68949
2022-03-04T15:50:28.149Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:28.149Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:28.149Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:28.150Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:28.151Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:28.151Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409028149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:28.252Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:50:28.253Z||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-03-04T15:50:28.253Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:28.286Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:28.286Z||pool-108-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:29.152Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:50:29.153Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:50:29.153Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to write artifact UUID: 71120467-2cd1-43bc-90c7-7a7ade695315, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T15:50:29.153Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-04T15:50:29.154Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T15:50:29.154Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T15:50:29.256Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8270051909392828084/Definitions/service-BasicCnf-template.yml
2022-03-04T15:50:30.297Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:50:30.298Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|WARN|500||####################################################################################################
2022-03-04T15:50:30.298Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T15:50:30.298Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-04T15:50:30.298Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|WARN|500||####################################################################################################
2022-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.299Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.300Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:30.300Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:50:30.300Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:50:30.300Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.300Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.301Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:30.301Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:50:30.301Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:50:30.301Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.301Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.302Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.302Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-04T15:50:30.302Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-04T15:50:30.302Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-03-04T15:50:30.302Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:50:30.303Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.303Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:50:30.303Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.303Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:30.303Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:30.304Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=15deab61-a6df-4a05-b18c-aae76798c6a2
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.305Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:30.306Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:30.307Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:051596e3-2f89-459e-a6b1-466fd79408ff
Model Version:NULL
Model InvariantUuid:77137ece-8d98-4614-b45b-e223f4f90efc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:497b0158-e6cb-46ca-a99f-6cfd89dcf3df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ea584f25-888c-4689-a46e-c49ef8305b09
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b724e058-5c36-4be7-aa60-2f33414e68dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d5b15f80-fd6f-44f1-83d7-c1bdeac6a5ae
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:32a8d1de-3afa-481c-a978-43d0aed9d5fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:15deab61-a6df-4a05-b18c-aae76798c6a2
ModelInvariantUuid:09dfba38-5a20-40a1-b70c-f650673f8903
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e2cd45d4-033a-4e15-9829-0d06a4e170a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:dcf137ea-44cb-41db-a88c-ba6fbebc7743
ModelInvariantUuid:c2a0e2f4-b10d-4a61-8d45-821f6f0e17be
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b2e773ab-684f-47bf-8102-e321a12064b8
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-03-04T15:50:30.313Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3f0632de-47c8-47f1-9932-04657b18a9dc
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-03-04T15:50:30.315Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||basic_cnf 0
2022-03-04T15:50:30.315Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3f0632de-47c8-47f1-9932-04657b18a9dc
2022-03-04T15:50:30.315Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: 30354ac1-8bae-4edd-b905-d0f2abc9954f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-04T15:50:30.315Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:30.316Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.850Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:30.851Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 30354ac1-8bae-4edd-b905-d0f2abc9954f 12
2022-03-04T15:50:30.851Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.851Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:30.851Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:30.851Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:30.853Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:30.853Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409030851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:30.953Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:30.954Z||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-03-04T15:50:30.954Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:30.974Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:30.975Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:31.853Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: 459593de-f78d-41d1-94a1-e8eee7e0aa9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-04T15:50:31.854Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:31.855Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:32.349Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:32.350Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 459593de-f78d-41d1-94a1-e8eee7e0aa9b 2688
2022-03-04T15:50:32.350Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:32.350Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:32.350Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:32.351Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:32.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:32.353Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409032350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:32.453Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:32.453Z||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-03-04T15:50:32.454Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:32.487Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:32.487Z||pool-110-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:33.354Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: fa5fea10-e49d-4f66-a178-8b7b31abb482 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-04T15:50:33.354Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:33.354Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:34.351Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:34.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fa5fea10-e49d-4f66-a178-8b7b31abb482 828
2022-03-04T15:50:34.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:34.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:34.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:34.352Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:34.356Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:34.356Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409034352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:34.455Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:50:34.455Z||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-03-04T15:50:34.455Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:34.500Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:34.500Z||pool-111-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:35.357Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d5b15f80-fd6f-44f1-83d7-c1bdeac6a5ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32a8d1de-3afa-481c-a978-43d0aed9d5fd",
    "vfModuleModelCustomizationUUID": "1de850ad-e9a6-4b9a-beea-08b1e8eb164c",
    "isBase": true,
    "artifacts": [
      "459593de-f78d-41d1-94a1-e8eee7e0aa9b",
      "80b7d286-2096-4799-943f-92989cbcd43f",
      "3e15b601-ee43-492a-b4c0-59b2d5377101"
    ],
    "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-03-04T15:50:35.367Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32a8d1de-3afa-481c-a978-43d0aed9d5fd
VfModuleModelInvariantUUID:d5b15f80-fd6f-44f1-83d7-c1bdeac6a5ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
459593de-f78d-41d1-94a1-e8eee7e0aa9b
,
80b7d286-2096-4799-943f-92989cbcd43f
,
3e15b601-ee43-492a-b4c0-59b2d5377101

}
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-03-04T15:50:35.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d5b15f80-fd6f-44f1-83d7-c1bdeac6a5ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32a8d1de-3afa-481c-a978-43d0aed9d5fd",
    "vfModuleModelCustomizationUUID": "1de850ad-e9a6-4b9a-beea-08b1e8eb164c",
    "isBase": true,
    "artifacts": [
      "459593de-f78d-41d1-94a1-e8eee7e0aa9b",
      "80b7d286-2096-4799-943f-92989cbcd43f",
      "3e15b601-ee43-492a-b4c0-59b2d5377101"
    ],
    "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-03-04T15:50:35.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32a8d1de-3afa-481c-a978-43d0aed9d5fd
VfModuleModelInvariantUUID:d5b15f80-fd6f-44f1-83d7-c1bdeac6a5ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
459593de-f78d-41d1-94a1-e8eee7e0aa9b
,
80b7d286-2096-4799-943f-92989cbcd43f
,
3e15b601-ee43-492a-b4c0-59b2d5377101

}
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-03-04T15:50:35.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: 80b7d286-2096-4799-943f-92989cbcd43f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-04T15:50:35.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:35.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:35.550Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:35.550Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 80b7d286-2096-4799-943f-92989cbcd43f 1164
2022-03-04T15:50:35.551Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:35.551Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:35.551Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:35.551Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:35.553Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:35.553Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409035551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:35.655Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T15:50:35.656Z||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-03-04T15:50:35.656Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:35.678Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:35.679Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:50:36.554Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||Trying to download the artifact UUID: 3e15b601-ee43-492a-b4c0-59b2d5377101 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-04T15:50:36.554Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:50:36.554Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:36.944Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:50:36.944Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3e15b601-ee43-492a-b4c0-59b2d5377101 200
2022-03-04T15:50:36.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:36.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:36.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:50:36.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:36.947Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:36.947Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409036945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:50:37.047Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:37.048Z||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-03-04T15:50:37.048Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:37.076Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:37.077Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:37.947Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Preparing to deploy Service: 051596e3-2f89-459e-a6b1-466fd79408ff
2022-03-04T15:50:37.948Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3f0632de-47c8-47f1-9932-04657b18a9dc 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=?
2022-03-04T15:50:37.966Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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 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-03-04T15:50:37.973Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a59683, org.onap.sdc.toscaparser.api.parameters.Input@6aba9356, org.onap.sdc.toscaparser.api.parameters.Input@59c5a43a, org.onap.sdc.toscaparser.api.parameters.Input@50f72f59, org.onap.sdc.toscaparser.api.parameters.Input@7bcdaa4a]
2022-03-04T15:50:37.977Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.977Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.977Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T15:50:37.978Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||VFCustomizationUUID= b724e058-5c36-4be7-aa60-2f33414e68dc
2022-03-04T15:50:37.978Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b724e058-5c36-4be7-aa60-2f33414e68dc matches Tosca VF Customization UUID: b724e058-5c36-4be7-aa60-2f33414e68dc
2022-03-04T15:50:37.978Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||vfCustomizationUUID: b724e058-5c36-4be7-aa60-2f33414e68dc  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-03-04T15:50:37.980Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.980Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.981Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||resource request for resource customization id b724e058-5c36-4be7-aa60-2f33414e68dc: {\"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-03-04T15:50:37.981Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58275234
2022-03-04T15:50:37.981Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.981Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:50:37.982Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1de850ad-e9a6-4b9a-beea-08b1e8eb164c
2022-03-04T15:50:37.982Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1de850ad-e9a6-4b9a-beea-08b1e8eb164c
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-03-04T15:50:37.984Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.985Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:37.985Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:37.985Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.985Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:37.985Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:37.986Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.986Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-04T15:50:37.986Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-04T15:50:37.986Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=15deab61-a6df-4a05-b18c-aae76798c6a2
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-03-04T15:50:37.988Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.988Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:37.989Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:50:37.989Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.989Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T15:50:37.990Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b724e058-5c36-4be7-aa60-2f33414e68dc
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-03-04T15:50:37.991Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.991Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.991Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500|| resourceSeq for service uuid 051596e3-2f89-459e-a6b1-466fd79408ff: basic_cnf
2022-03-04T15:50:37.991Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.992Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.992Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.992Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.992Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.992Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.993Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.993Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.993Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:50:37.993Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:50:37.993Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:38.064Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3f0632de-47c8-47f1-9932-04657b18a9dc 1 ASDC deployResourceStructure
2022-03-04T15:50:38.065Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:38.065Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:38.065Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-04T15:50:38.066Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:38.067Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:38.067Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409038065,
  "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-03-04T15:50:38.168Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:38.169Z||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-03-04T15:50:38.169Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:38.220Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:38.220Z||pool-114-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:39.068Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:39.069Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:39.069Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-04T15:50:39.069Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:39.070Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:39.071Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409039068,
  "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-03-04T15:50:39.171Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:39.172Z||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-03-04T15:50:39.172Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:39.197Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:39.198Z||pool-115-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:40.072Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:40.072Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:40.072Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:50:40.072Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:40.074Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:40.074Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409040071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:50:40.174Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:40.175Z||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-03-04T15:50:40.175Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:40.192Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:40.192Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:41.078Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:41.078Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:41.078Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:50:41.079Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:41.080Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:41.081Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409041074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:50:41.181Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:41.181Z||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-03-04T15:50:41.182Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:41.197Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:41.197Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:42.081Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:42.082Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:42.082Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:50:42.082Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:42.084Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:42.084Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409042081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:50:42.184Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:50:42.185Z||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-03-04T15:50:42.185Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:42.213Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:42.214Z||pool-118-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:43.086Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:43.086Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:50:43.086Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:50:43.087Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:50:43.090Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:50:43.090Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409043085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:50:43.193Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-04T15:50:43.194Z||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-03-04T15:50:43.194Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:50:43.211Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:50:43.211Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:50:44.091Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:50:44.101Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:50:44.103Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:50:44.103Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:50:44.103Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:51:14.103Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:51:14.112Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:51:14.114Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:51:14.115Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:51:14.115Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:51:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:51:20.549Z||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-03-04T15:51:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:51:20.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:51:20.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408903644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408905244,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f3e2a7c-3c70-4967-8caf-4f0f25454fd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408940451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408936738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408934670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408935516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646408936863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408930868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/resourceInstances/pnfee5c615e23080/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408948384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408948252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408948295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408896120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408949524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "cds",
  "timestamp": 1646408949306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-04T15:51:20.623Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.623Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:20.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408949662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408941150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408950613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408950963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408951699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646408951722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiy3snoaaoimlkstjioc/1.0/artifacts/service-DemoPnfXiy3snoaaoimlkstjioc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408952819,
  "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-03-04T15:51:20.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408943905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408953226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646408953823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408953774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646408954230,
  "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-03-04T15:51:20.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408955006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "policy-id",
  "timestamp": 1646408955783,
  "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-03-04T15:51:20.663Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.663Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:20.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408956393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:51:20.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "aai-ml",
  "timestamp": 1646408957398,
  "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-03-04T15:51:20.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408957016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:51:20.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:51:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:51:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "clamp",
  "timestamp": 1646408958020,
  "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-03-04T15:51:20.687Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
2022-03-04T15:51:20.687Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:51:44.115Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:51:44.124Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:51:44.126Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?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-03-04T15:51:44.133Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:52:14.133Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa 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-03-04T15:52:14.139Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa and serviceModelVersionId: 051596e3-2f89-459e-a6b1-466fd79408ff
2022-03-04T15:52:14.140Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77137ece-8d98-4614-b45b-e223f4f90efc
2022-03-04T15:52:14.140Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0
2022-03-04T15:52:14.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:52:14.177Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dec8c242-4634-464f-b069-82ec1cf4e4e7/model-vers/model-ver/2a8621d8-b1df-4b25-8158-a39edff4ccda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:14.178Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Invoke
2022-03-04T15:52:15.691Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:15.692Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Invoke
2022-03-04T15:52:17.227Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:17.228Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Invoke
2022-03-04T15:52:18.261Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:52:18.262Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:18.262Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:52:18.263Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:18.269Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:18.269Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93ff9d41-0d8c-4b98-9c57-bf5ec55753aa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:52:18.270Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:52:18.270Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:52:18.272Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:52:18.272Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409138270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:52:18.372Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:52:18.373Z||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-03-04T15:52:18.373Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:18.402Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:18.402Z||pool-120-thread-1|||||INFO|500||cambria reply ok (30 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-03-04T15:52:19.285Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:19.286Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:19.286Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:20.548Z||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-03-04T15:52:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:20.591Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5f5ce8-688a-4c60-8ddb-725e40831bf4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409016891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:52:20.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:52:20.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:52:20.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-04T15:52:20.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:52:29.713Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:29.713Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:29.714Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:29.714Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:39.367Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:39.368Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:39.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:39.369Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:49.058Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:49.058Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:49.059Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:49.059Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:52:58.701Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:52:58.702Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:52:58.702Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T15:52:58.702Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:53:08.315Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:53:08.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:53:08.316Z||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-03-04T15:53:08.316Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:53:17.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:53:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:53:20.546Z||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-03-04T15:53:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:53:20.549Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:53:20.549Z||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-03-04T15:53:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:53:20.628Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:53:20.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-04T15:53:20.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:53:20.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:53:20.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:53:20.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-04T15:53:20.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:53:20.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409017905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:53:20.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:53:20.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409028149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409030851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409032350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409034352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409035551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409036945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:53:20.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409038065,
  "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-03-04T15:53:20.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409039068,
  "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-03-04T15:53:20.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409040071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:53:20.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409041074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:53:20.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409042081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:53:20.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:20.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T15:53:20.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409043085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:53:20.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:53:30.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:20.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:54:20.547Z||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-03-04T15:54:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:54:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:20.548Z||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-03-04T15:54:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:20.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:20.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:54:20.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93ff9d41-0d8c-4b98-9c57-bf5ec55753aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409138270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:54:20.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:54:21.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:21.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T15:54:21.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2795cf81-9daa-404e-95fc-19572f6a3f36","serviceName":"vFW 2022-03-04 15-50-52","serviceVersion":"1.0","serviceUUID":"ebe9a348-99d8-4660-99cb-096e1835da64","serviceDescription":"catalog service description","serviceInvariantUUID":"277b8d74-0a68-46c1-b6fb-8915f76ae06e","resources":[{"resourceInstanceName":"vFW 7c19f002-ab6b 0","resourceName":"vFW 7c19f002-ab6b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"005538fb-8318-4503-a0fb-3573c86c7d8e","resourceInvariantUUID":"7381c91c-e060-4ed6-9a27-8e2a05d62a4c","resourceCustomizationUUID":"b5223e02-b1c8-4eff-aa24-dcc5804a9a20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml","artifactChecksum":"OWFmNDNhNTAyMzYzZDk3MmQ3NjM0OThjZmZmZTY3NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"670472f0-9750-4911-a6b9-9211c04f499d","artifactVersion":"1"},{"artifactName":"vfw7c19f002ab6b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json","artifactChecksum":"ZWNjNzNkZDM2Y2Y0NjFiODhhNWJiODU5MDk2MmZhZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22ef0419-fe0b-46c3-b6b2-a957107d237f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"282c6c2c-7f16-4b60-aaee-cf4ff51e6553","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml","artifactChecksum":"OWVhZjIwN2ZkYTZjNzdjNDQwMGQ0OTY4OTFlMWMyOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d96c7c39-0722-4e52-a111-81770767b533","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93cd481c-7b89-4ceb-8470-30d781c20769","artifactVersion":"2","generatedFromUUID":"282c6c2c-7f16-4b60-aaee-cf4ff51e6553"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304155052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml","artifactChecksum":"ODcyMGEyM2IzMWIyMzM2N2ZlMzZhZjcwZjUxMzhhZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98041159-a415-482c-8a5e-391f6ef34c11","artifactVersion":"1"},{"artifactName":"service-Vfw20220304155052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar","artifactChecksum":"MjQxZjg0Y2MzNDM0MDExM2E3NTFkNzY2NzgxMGQ1ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1a6501a-2f37-4218-bd3d-3837eb25358e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:54:21.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:21.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:21.237Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:21.237Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:54:21.337Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:21.338Z||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-03-04T15:54:21.338Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:21.372Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:21.372Z||pool-121-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:22.237Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:22.238Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:22.241Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:22.241Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:54:22.342Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:22.342Z||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-03-04T15:54:22.342Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:22.382Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:22.383Z||pool-122-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:54:23.242Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:23.243Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:23.245Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:23.245Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:54:23.348Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-04T15:54:23.349Z||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-03-04T15:54:23.349Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:23.394Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:23.395Z||pool-123-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:24.245Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:24.247Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:24.249Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:24.249Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:54:24.349Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:24.350Z||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-03-04T15:54:24.350Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:24.407Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:24.407Z||pool-124-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:25.250Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:25.251Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:25.255Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:25.255Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:54:25.354Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:54:25.355Z||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-03-04T15:54:25.355Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:25.377Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:25.377Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:26.256Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:26.257Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:26.260Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:26.260Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:54:26.360Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:26.361Z||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-03-04T15:54:26.361Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:26.406Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:26.406Z||pool-126-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:27.261Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:54:27.262Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:27.265Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:27.265Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:54:27.365Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:27.366Z||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-03-04T15:54:27.366Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:27.414Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:27.414Z||pool-127-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:54:28.266Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "serviceName": "vFW 2022-03-04 15-50-52",
  "serviceVersion": "1.0",
  "serviceUUID": "ebe9a348-99d8-4660-99cb-096e1835da64",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "277b8d74-0a68-46c1-b6fb-8915f76ae06e",
  "resources": [
    {
      "resourceInstanceName": "vFW 7c19f002-ab6b 0",
      "resourceCustomizationUUID": "b5223e02-b1c8-4eff-aa24-dcc5804a9a20",
      "resourceName": "vFW 7c19f002-ab6b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "005538fb-8318-4503-a0fb-3573c86c7d8e",
      "resourceInvariantUUID": "7381c91c-e060-4ed6-9a27-8e2a05d62a4c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7c19f002ab6b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
          "artifactChecksum": "ZWNjNzNkZDM2Y2Y0NjFiODhhNWJiODU5MDk2MmZhZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "22ef0419-fe0b-46c3-b6b2-a957107d237f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "282c6c2c-7f16-4b60-aaee-cf4ff51e6553",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "93cd481c-7b89-4ceb-8470-30d781c20769",
            "generatedFromUUID": "282c6c2c-7f16-4b60-aaee-cf4ff51e6553"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "93cd481c-7b89-4ceb-8470-30d781c20769",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304155052-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
      "artifactChecksum": "MjQxZjg0Y2MzNDM0MDExM2E3NTFkNzY2NzgxMGQ1ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a1a6501a-2f37-4218-bd3d-3837eb25358e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:54:28.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:54:28.267Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebe9a348-99d8-4660-99cb-096e1835da64 ASDC
2022-03-04T15:54:28.267Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2795cf81-9daa-404e-95fc-19572f6a3f36
ServiceName:vFW 2022-03-04 15-50-52
ServiceVersion:1.0
ServiceUUID:ebe9a348-99d8-4660-99cb-096e1835da64
ServiceInvariantUUID:277b8d74-0a68-46c1-b6fb-8915f76ae06e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304155052-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar
ArtifactUUID:a1a6501a-2f37-4218-bd3d-3837eb25358e
ArtifactChecksum:MjQxZjg0Y2MzNDM0MDExM2E3NTFkNzY2NzgxMGQ1ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7c19f002-ab6b 0
ResourceCustomizationUUID:b5223e02-b1c8-4eff-aa24-dcc5804a9a20
ResourceInvariantUUID:7381c91c-e060-4ed6-9a27-8e2a05d62a4c
ResourceName:vFW 7c19f002-ab6b
ResourceType:VF
ResourceUUID:005538fb-8318-4503-a0fb-3573c86c7d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7c19f002ab6b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json
ArtifactUUID:22ef0419-fe0b-46c3-b6b2-a957107d237f
ArtifactChecksum:ZWNjNzNkZDM2Y2Y0NjFiODhhNWJiODU5MDk2MmZhZmE=
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/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml
ArtifactUUID:282c6c2c-7f16-4b60-aaee-cf4ff51e6553
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/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
ArtifactUUID:93cd481c-7b89-4ceb-8470-30d781c20769
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/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
ArtifactUUID:93cd481c-7b89-4ceb-8470-30d781c20769
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T15:54:28.267Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebe9a348-99d8-4660-99cb-096e1835da64 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-03-04T15:54:28.308Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:54:28.310Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T15:54:28.310Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T15:54:28.310Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a1a6501a-2f37-4218-bd3d-3837eb25358e from URL: /sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:28.310Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T15:54:28.311Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:29.447Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T15:54:29.452Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar a1a6501a-2f37-4218-bd3d-3837eb25358e 98958
2022-03-04T15:54:29.453Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar ASDC sendASDCNotification
2022-03-04T15:54:29.453Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:29.453Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:54:29.453Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:29.456Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:29.456Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409269453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:54:29.557Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:29.558Z||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-03-04T15:54:29.558Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:29.585Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:29.585Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:30.460Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:54:30.461Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T15:54:30.462Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a1a6501a-2f37-4218-bd3d-3837eb25358e, URL: /sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar to file: /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:30.463Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304155052-csar.csar
2022-03-04T15:54:30.474Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:30.474Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:30.759Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11833047917534339681/Definitions/service-Vfw20220304155052-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-03-04T15:54:32.872Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:54:32.873Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-04T15:54:32.873Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.873Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T15:54:32.873Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.873Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|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-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|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-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c19f002-ab6b 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-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.874Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|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-Vfw20220304155052-csar.csar
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.875Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.876Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:32.876Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-04T15:54:32.876Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:54:32.877Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.877Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.877Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:32.877Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-04T15:54:32.877Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:54:32.878Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.879Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.879Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.879Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:54:32.879Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:54:32.879Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:54:32.880Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.880Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.880Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:54:32.880Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:54:32.881Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.882Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:32.882Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:32.882Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.882Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:32.883Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:32.883Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.883Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:32.883Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:32.883Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.884Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:32.884Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:32.884Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:32.884Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:54:32.884Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.885Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a068983e-c7d3-4019-9537-8349723bc1a3
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:32.886Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:54:32.887Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:54:32.888Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:54:32.888Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.888Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:54:32.888Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.888Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=27a3e406-c736-48e9-8fcd-5a9ab01c806e
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:54:32.889Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:54:32.890Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:32.891Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:32.891Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:54:32.891Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16580a93-a881-4e2f-b102-d5ccaccfbed3
2022-03-04T15:54:32.891Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.891Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:32.892Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:32.893Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-50-52
Description:catalog service description
Model UUID:ebe9a348-99d8-4660-99cb-096e1835da64
Model Version:NULL
Model InvariantUuid:277b8d74-0a68-46c1-b6fb-8915f76ae06e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7c19f002-ab6b
Model UUID:07c66b66-68a0-4035-9bc4-5f474c577c3e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7381c91c-e060-4ed6-9a27-8e2a05d62a4c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5223e02-b1c8-4eff-aa24-dcc5804a9a20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0f69b14-1cd2-40e4-8bba-f11693e1a175
ModelName:Vfw7c19f002Ab6b..base_vfw..module-0
ModelUuid:7e66464c-2be1-4821-a3f0-bf6565eee192
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a068983e-c7d3-4019-9537-8349723bc1a3
ModelInvariantUuid:42987029-de9e-4a39-8de6-8790b55fc914
ModelName:vFW 7c19f002-ab6b-nodes.vfwCvfc
ModelUuid:73d84c31-73a6-4fa3-857d-95122775f9f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:19873fc3-7ced-4645-b5bc-8cd2ae577c2a
ModelInvariantUuid:c7661c5d-d3c9-46e2-aa43-041bf5916f0a
ModelName:Vfw7c19f002Ab6b.compute.nodes.heat.vfw
ModelUuid:473a3d51-5512-4978-a0a9-f056bc7e079b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:27a3e406-c736-48e9-8fcd-5a9ab01c806e
ModelInvariantUuid:ff1b60e7-2ac2-48e9-96a4-21f85ff0d247
ModelName:vFW 7c19f002-ab6b-nodes.vsnCvfc
ModelUuid:809f1da7-fd82-4548-825f-9f8210c08187
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0adde5d7-6b68-4a68-9684-3a0750f22f36
ModelInvariantUuid:4ebf283c-dd9d-4805-b113-28b2b78756c9
ModelName:Vfw7c19f002Ab6b.compute.nodes.heat.vsn
ModelUuid:1372c5ea-19c5-46c7-b8ba-4202e61f4ec6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16580a93-a881-4e2f-b102-d5ccaccfbed3
ModelInvariantUuid:b52406ce-b412-423d-aec6-99a005c69011
ModelName:vFW 7c19f002-ab6b-nodes.vpgCvfc
ModelUuid:0edd5bb2-157c-4e4d-9ddb-b50cd89f23bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c0fc8bf4-8f73-4db0-bd21-bab10f2c3527
ModelInvariantUuid:8eca3ccf-2d96-4b17-b034-09e8d60f01ae
ModelName:Vfw7c19f002Ab6b.compute.nodes.heat.vpg
ModelUuid:0b7ead0e-f491-4920-ade9-3806db16f641
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-03-04T15:54:32.901Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 005538fb-8318-4503-a0fb-3573c86c7d8e
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-03-04T15:54:32.905Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||vFW 7c19f002-ab6b 0
2022-03-04T15:54:32.905Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 005538fb-8318-4503-a0fb-3573c86c7d8e
2022-03-04T15:54:32.905Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 22ef0419-fe0b-46c3-b6b2-a957107d237f from URL: /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json
2022-03-04T15:54:32.905Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T15:54:32.906Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json
2022-03-04T15:54:33.448Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T15:54:33.448Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json 22ef0419-fe0b-46c3-b6b2-a957107d237f 785
2022-03-04T15:54:33.449Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json ASDC sendASDCNotification
2022-03-04T15:54:33.449Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json
2022-03-04T15:54:33.449Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:54:33.449Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:33.451Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:33.451Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409273449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:54:33.551Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:33.552Z||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-03-04T15:54:33.552Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:33.617Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:33.617Z||pool-129-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:34.453Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c19f002Ab6b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b0f69b14-1cd2-40e4-8bba-f11693e1a175",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e66464c-2be1-4821-a3f0-bf6565eee192",
    "vfModuleModelCustomizationUUID": "f779fda2-c3f3-4f1e-9429-1c42b19f227e",
    "isBase": true,
    "artifacts": [
      "282c6c2c-7f16-4b60-aaee-cf4ff51e6553",
      "93cd481c-7b89-4ceb-8470-30d781c20769"
    ],
    "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-03-04T15:54:34.458Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c19f002Ab6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e66464c-2be1-4821-a3f0-bf6565eee192
VfModuleModelInvariantUUID:b0f69b14-1cd2-40e4-8bba-f11693e1a175
VfModuleModelDescription:NULL
Artifacts UUID List:{
282c6c2c-7f16-4b60-aaee-cf4ff51e6553
,
93cd481c-7b89-4ceb-8470-30d781c20769

}
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-03-04T15:54:34.459Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c19f002Ab6b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b0f69b14-1cd2-40e4-8bba-f11693e1a175",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e66464c-2be1-4821-a3f0-bf6565eee192",
    "vfModuleModelCustomizationUUID": "f779fda2-c3f3-4f1e-9429-1c42b19f227e",
    "isBase": true,
    "artifacts": [
      "282c6c2c-7f16-4b60-aaee-cf4ff51e6553",
      "93cd481c-7b89-4ceb-8470-30d781c20769"
    ],
    "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-03-04T15:54:34.459Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c19f002Ab6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e66464c-2be1-4821-a3f0-bf6565eee192
VfModuleModelInvariantUUID:b0f69b14-1cd2-40e4-8bba-f11693e1a175
VfModuleModelDescription:NULL
Artifacts UUID List:{
282c6c2c-7f16-4b60-aaee-cf4ff51e6553
,
93cd481c-7b89-4ceb-8470-30d781c20769

}
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-03-04T15:54:34.459Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 282c6c2c-7f16-4b60-aaee-cf4ff51e6553 from URL: /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml
2022-03-04T15:54:34.460Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T15:54:34.460Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml
2022-03-04T15:54:35.259Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T15:54:35.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml 282c6c2c-7f16-4b60-aaee-cf4ff51e6553 20368
2022-03-04T15:54:35.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:54:35.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml
2022-03-04T15:54:35.261Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:54:35.261Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:35.263Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:35.263Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409275260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:54:35.366Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T15:54:35.367Z||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-03-04T15:54:35.367Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:35.416Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:35.416Z||pool-130-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:54:36.265Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93cd481c-7b89-4ceb-8470-30d781c20769 from URL: /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
2022-03-04T15:54:36.265Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T15:54:36.266Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
2022-03-04T15:54:37.259Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T15:54:37.259Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env 93cd481c-7b89-4ceb-8470-30d781c20769 2098
2022-03-04T15:54:37.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:54:37.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
2022-03-04T15:54:37.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:54:37.260Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:37.262Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:37.262Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409277260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:54:37.362Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:37.363Z||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-03-04T15:54:37.363Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:37.408Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:37.409Z||pool-131-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:38.263Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ebe9a348-99d8-4660-99cb-096e1835da64
2022-03-04T15:54:38.264Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c19f002-ab6b 0 005538fb-8318-4503-a0fb-3573c86c7d8e 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-03-04T15:54:38.282Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e8f80aa, org.onap.sdc.toscaparser.api.parameters.Input@3d550f02, org.onap.sdc.toscaparser.api.parameters.Input@7089f960, org.onap.sdc.toscaparser.api.parameters.Input@2b3ce3e0, org.onap.sdc.toscaparser.api.parameters.Input@1904bcfd]
2022-03-04T15:54:38.283Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.283Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.283Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-04T15:54:38.283Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b5223e02-b1c8-4eff-aa24-dcc5804a9a20
2022-03-04T15:54:38.284Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5223e02-b1c8-4eff-aa24-dcc5804a9a20 matches Tosca VF Customization UUID: b5223e02-b1c8-4eff-aa24-dcc5804a9a20
2022-03-04T15:54:38.284Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b5223e02-b1c8-4eff-aa24-dcc5804a9a20  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-03-04T15:54:38.286Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.286Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b5223e02-b1c8-4eff-aa24-dcc5804a9a20: {\"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-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f2ee1b5
2022-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f779fda2-c3f3-4f1e-9429-1c42b19f227e
2022-03-04T15:54:38.287Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f779fda2-c3f3-4f1e-9429-1c42b19f227e
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-03-04T15:54:38.289Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.289Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:38.290Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.291Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:54:38.292Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.292Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:54:38.292Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.292Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a068983e-c7d3-4019-9537-8349723bc1a3
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-03-04T15:54:38.294Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.294Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.294Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.295Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.296Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=27a3e406-c736-48e9-8fcd-5a9ab01c806e
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-03-04T15:54:38.298Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.298Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.298Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:38.298Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.299Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T15:54:38.300Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16580a93-a881-4e2f-b102-d5ccaccfbed3
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-03-04T15:54:38.304Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.304Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.304Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T15:54:38.304Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.305Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Node template vFW 7c19f002-ab6b 0 is matching search criteria
2022-03-04T15:54:38.305Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7c19f002-ab6b 0] matching following query criteria: sdcType=VF, customizationUUID=b5223e02-b1c8-4eff-aa24-dcc5804a9a20
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-03-04T15:54:38.306Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.306Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.306Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ebe9a348-99d8-4660-99cb-096e1835da64: vFW 7c19f002-ab6b
2022-03-04T15:54:38.306Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.307Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.308Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:54:38.308Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-04 15-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:54:38.308Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-04 15-50-52 
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-03-04T15:54:38.512Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c19f002-ab6b 005538fb-8318-4503-a0fb-3573c86c7d8e 1 ASDC deployResourceStructure
2022-03-04T15:54:38.512Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json ASDC sendASDCNotification
2022-03-04T15:54:38.513Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json
2022-03-04T15:54:38.513Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:54:38.513Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:38.514Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:38.514Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409278512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:54:38.615Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:38.617Z||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-03-04T15:54:38.617Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:38.645Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:38.646Z||pool-132-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:39.515Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T15:54:39.516Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml
2022-03-04T15:54:39.516Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:54:39.516Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:39.519Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:39.519Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409279515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:54:39.620Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:39.620Z||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-03-04T15:54:39.620Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:39.664Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:39.664Z||pool-133-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:54:40.519Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T15:54:40.520Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env
2022-03-04T15:54:40.520Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:54:40.521Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:40.522Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:40.522Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409280519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:54:40.623Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:54:40.623Z||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-03-04T15:54:40.623Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:40.677Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:40.678Z||pool-134-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:41.524Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar ASDC sendASDCNotification
2022-03-04T15:54:41.524Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar
2022-03-04T15:54:41.524Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:54:41.525Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T15:54:41.527Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:54:41.527Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409281523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:54:41.627Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:54:41.628Z||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-03-04T15:54:41.628Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:54:41.650Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:54:41.650Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:54:42.528Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:54:42.538Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:54:42.539Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:54:42.540Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:54:42.540Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:55:12.540Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:55:12.550Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:55:12.552Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:55:12.552Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:55:12.552Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:55:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:55:20.548Z||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-03-04T15:55:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:55:20.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:55:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409223905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409230868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409238775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409239163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409239783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "policy-id",
  "timestamp": 1646409240789,
  "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-03-04T15:55:20.659Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.659Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:20.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409234671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409242936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409243879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409236738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "cds",
  "timestamp": 1646409243950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-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-03-04T15:55:20.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:20.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409245964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409247570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409241150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:55:20.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:55:20.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409248617,
  "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-03-04T15:55:20.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409249621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409249259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409251180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:55:20.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "aai-ml",
  "timestamp": 1646409252187,
  "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-03-04T15:55:20.709Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.709Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:20.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409252715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:55:20.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409253718,
  "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-03-04T15:55:20.723Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:20.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:55:20.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409259072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:55:20.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:55:20.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:55:20.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "clamp",
  "timestamp": 1646409260076,
  "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-03-04T15:55:20.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2795cf81-9daa-404e-95fc-19572f6a3f36
2022-03-04T15:55:20.737Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:55:42.552Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:55:42.564Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:55:42.566Z|2795cf81-9daa-404e-95fc-19572f6a3f36|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-03-04T15:55:42.570Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:56:12.573Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2795cf81-9daa-404e-95fc-19572f6a3f36 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-03-04T15:56:12.581Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2795cf81-9daa-404e-95fc-19572f6a3f36 and serviceModelVersionId: ebe9a348-99d8-4660-99cb-096e1835da64
2022-03-04T15:56:12.581Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 277b8d74-0a68-46c1-b6fb-8915f76ae06e
2022-03-04T15:56:12.582Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0
2022-03-04T15:56:12.587Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:56:12.633Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Invoke
2022-03-04T15:56:12.634Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81e16bf5-80cf-444c-8bcd-900d440651b5], X-ECOMP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-TransactionId=[], X-ONAP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], Content-Type=[application/merge-patch+json]}
2022-03-04T15:56:14.155Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Invoke
2022-03-04T15:56:14.156Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b6f1572-b847-4e4d-9c44-ce2692643d75], X-ECOMP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-TransactionId=[], X-ONAP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], Content-Type=[application/merge-patch+json]}
2022-03-04T15:56:15.695Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Invoke
2022-03-04T15:56:15.696Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66e86e17-5785-4e8a-8f8a-cf5529af9a50], X-ECOMP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], X-TransactionId=[], X-ONAP-RequestID=[2795cf81-9daa-404e-95fc-19572f6a3f36], Content-Type=[application/merge-patch+json]}
2022-03-04T15:56:16.724Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:56:16.724Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-03-04T15:56:16.725Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:56:16.725Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-03-04T15:56:16.732Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-03-04T15:56:16.732Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2795cf81-9daa-404e-95fc-19572f6a3f36 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:56:16.733Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:56:16.733Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:16.735Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:16.735Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409376733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:56:16.835Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:16.836Z||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-03-04T15:56:16.836Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:16.877Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:16.877Z||pool-136-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":3,"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-03-04T15:56:17.752Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:56:17.753Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-03-04T15:56:17.753Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:18.394Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:18.395Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||received message from topic
2022-03-04T15:56:18.395Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ef40c666-ca2f-4f25-88be-ec6fa6730455","serviceName":"Demo_pNF_yOQWDD1Uq05Qjd0wpSlN","serviceVersion":"1.0","serviceUUID":"7d77a171-a726-4cbd-84b7-61cee08ab9ae","serviceDescription":"catalog service description","serviceInvariantUUID":"8be084f6-3022-42f2-9fa6-a4c6dc9a0a98","resources":[{"resourceInstanceName":"pNF e9a63c86-8ce4 0","resourceName":"pNF e9a63c86-8ce4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bd9230e2-0080-40e5-8e35-c6701c7a2693","resourceInvariantUUID":"99a81b71-fbdf-4068-a724-b1dd6eccffd3","resourceCustomizationUUID":"8d0315ee-26b9-490d-9008-7ea5894ca80f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml","artifactChecksum":"ODBhNWU1OTc2Yzc0ZTg3MzYwMDJiMDI3MzM1YjY1ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"261718ff-4382-4e70-8cd0-9e0b01947395","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb67ee31-b452-473d-9ddc-4bb5fddd9831","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a56ad55a-1b7a-4700-9404-4f1615898073","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWRlOTU2ZTRhOGUwZmVkNjRjYzJjYmI3NzQ2NjU2ZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be98b55e-ac2d-4e9e-a3ea-7e76ddf134a0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0364603a-12cf-4ab6-9297-3b67aa753bb7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad88de11-0243-4e49-8c03-4a41d2a8b53a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml","artifactChecksum":"YjlmMTBkMDg4ZjZlYjkwMGE4NjkwZWFiMDkxMzk5ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0764583-3950-44b0-acf8-f94967514a21","artifactVersion":"1"},{"artifactName":"service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar","artifactChecksum":"ZTZiZWJkOGM4ZWY4NzVmMWYzYWJhZTNlOTZiYjViMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff2067f8-c1ed-45e5-bfdf-b40c90c85359","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:56:18.397Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:18.397Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:18.399Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:18.399Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:18.499Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:18.500Z||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-03-04T15:56:18.500Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:18.529Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:18.529Z||pool-137-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:56:19.399Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:19.400Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:19.402Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:19.402Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:19.502Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:19.503Z||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-03-04T15:56:19.503Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:19.522Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:19.523Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:20.403Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:20.404Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:20.406Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:20.406Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.507Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T15:56:20.507Z||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-03-04T15:56:20.507Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:56:20.548Z||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-03-04T15:56:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:20.560Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:20.560Z||pool-139-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:20.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:20.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409260545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409269453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409273449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409275260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409277260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409278512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/vfw7c19f002ab6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409279515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409280519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/resourceInstances/vfw7c19f002ab6b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409281523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155052/1.0/artifacts/service-Vfw20220304155052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409309671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409301151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409303905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409319667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409319747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409319754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:20.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:56:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:20.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:56:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:56:20.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "cds",
  "timestamp": 1646409320678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-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-03-04T15:56:20.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:56:20.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:56:21.407Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:21.407Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:21.409Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:21.409Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:21.509Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:21.510Z||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-03-04T15:56:21.510Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:21.580Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:21.580Z||pool-140-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:22.410Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:22.410Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:22.412Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:22.412Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:22.512Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:22.513Z||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-03-04T15:56:22.514Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:22.544Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:22.545Z||pool-141-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:56:23.413Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:23.413Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:23.415Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:23.415Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:23.515Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:56:23.516Z||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-03-04T15:56:23.516Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:23.558Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:23.558Z||pool-142-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:24.416Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:24.417Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:24.419Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:24.419Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:56:24.519Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:24.520Z||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-03-04T15:56:24.520Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:24.537Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:24.537Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:25.419Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:56:25.420Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:25.422Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:25.422Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:56:25.522Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:25.523Z||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-03-04T15:56:25.523Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:25.564Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:25.564Z||pool-144-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:26.423Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "serviceName": "Demo_pNF_yOQWDD1Uq05Qjd0wpSlN",
  "serviceVersion": "1.0",
  "serviceUUID": "7d77a171-a726-4cbd-84b7-61cee08ab9ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8be084f6-3022-42f2-9fa6-a4c6dc9a0a98",
  "resources": [
    {
      "resourceInstanceName": "pNF e9a63c86-8ce4 0",
      "resourceCustomizationUUID": "8d0315ee-26b9-490d-9008-7ea5894ca80f",
      "resourceName": "pNF e9a63c86-8ce4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bd9230e2-0080-40e5-8e35-c6701c7a2693",
      "resourceInvariantUUID": "99a81b71-fbdf-4068-a724-b1dd6eccffd3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
      "artifactChecksum": "ZTZiZWJkOGM4ZWY4NzVmMWYzYWJhZTNlOTZiYjViMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff2067f8-c1ed-45e5-bfdf-b40c90c85359"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:56:26.424Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:56:26.424Z|2795cf81-9daa-404e-95fc-19572f6a3f36|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d77a171-a726-4cbd-84b7-61cee08ab9ae ASDC
2022-03-04T15:56:26.424Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ef40c666-ca2f-4f25-88be-ec6fa6730455
ServiceName:Demo_pNF_yOQWDD1Uq05Qjd0wpSlN
ServiceVersion:1.0
ServiceUUID:7d77a171-a726-4cbd-84b7-61cee08ab9ae
ServiceInvariantUUID:8be084f6-3022-42f2-9fa6-a4c6dc9a0a98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
ArtifactUUID:ff2067f8-c1ed-45e5-bfdf-b40c90c85359
ArtifactChecksum:ZTZiZWJkOGM4ZWY4NzVmMWYzYWJhZTNlOTZiYjViMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9a63c86-8ce4 0
ResourceCustomizationUUID:8d0315ee-26b9-490d-9008-7ea5894ca80f
ResourceInvariantUUID:99a81b71-fbdf-4068-a724-b1dd6eccffd3
ResourceName:pNF e9a63c86-8ce4
ResourceType:PNF
ResourceUUID:bd9230e2-0080-40e5-8e35-c6701c7a2693
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T15:56:26.425Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d77a171-a726-4cbd-84b7-61cee08ab9ae 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-03-04T15:56:26.447Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:56:26.447Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:56:26.447Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:56:26.448Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Trying to download the artifact UUID: ff2067f8-c1ed-45e5-bfdf-b40c90c85359 from URL: /sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:26.448Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:56:26.448Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:26.959Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:56:26.962Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar ff2067f8-c1ed-45e5-bfdf-b40c90c85359 82641
2022-03-04T15:56:26.977Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar ASDC sendASDCNotification
2022-03-04T15:56:26.978Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:26.980Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:56:26.981Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:26.986Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:26.986Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409386976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:56:27.087Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:56:27.087Z||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-03-04T15:56:27.087Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:27.142Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:27.142Z||pool-145-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:27.988Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:56:27.989Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:56:27.989Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Trying to write artifact UUID: ff2067f8-c1ed-45e5-bfdf-b40c90c85359, URL: /sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar to file: /app/ASDC/1/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:27.989Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:27.990Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:27.990Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.085Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8019189307573470673/Definitions/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml
2022-03-04T15:56:28.737Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:56:28.738Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|WARN|500||####################################################################################################
2022-03-04T15:56:28.738Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.738Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T15:56:28.738Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.738Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9a63c86-8ce4 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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|WARN|500||####################################################################################################
2022-03-04T15:56:28.739Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.740Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.740Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Node template pNF e9a63c86-8ce4 0 is matching search criteria
2022-03-04T15:56:28.740Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:56:28.740Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found topology templates [pNF e9a63c86-8ce4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Node template pNF e9a63c86-8ce4 0 is matching search criteria
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found topology templates [pNF e9a63c86-8ce4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.741Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.742Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.743Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.743Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.743Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yOQWDD1Uq05Qjd0wpSlN
Description:catalog service description
Model UUID:7d77a171-a726-4cbd-84b7-61cee08ab9ae
Model Version:NULL
Model InvariantUuid:8be084f6-3022-42f2-9fa6-a4c6dc9a0a98
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-03-04T15:56:28.751Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: bd9230e2-0080-40e5-8e35-c6701c7a2693
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-03-04T15:56:28.753Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||pNF e9a63c86-8ce4 0
2022-03-04T15:56:28.753Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: bd9230e2-0080-40e5-8e35-c6701c7a2693
2022-03-04T15:56:28.754Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||No resources found for Service: 7d77a171-a726-4cbd-84b7-61cee08ab9ae
2022-03-04T15:56:28.754Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Preparing to deploy Service: 7d77a171-a726-4cbd-84b7-61cee08ab9ae
2022-03-04T15:56:28.754Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e9a63c86-8ce4 0 bd9230e2-0080-40e5-8e35-c6701c7a2693 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-03-04T15:56:28.758Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b86c607, org.onap.sdc.toscaparser.api.parameters.Input@5e12586c, org.onap.sdc.toscaparser.api.parameters.Input@4f673107, org.onap.sdc.toscaparser.api.parameters.Input@4c14fd21, org.onap.sdc.toscaparser.api.parameters.Input@214fac5a]
2022-03-04T15:56:28.759Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.759Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.759Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500|| resourceSeq for service uuid 7d77a171-a726-4cbd-84b7-61cee08ab9ae: pNF e9a63c86-8ce4
2022-03-04T15:56:28.759Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Processing PNF resource: bd9230e2-0080-40e5-8e35-c6701c7a2693
2022-03-04T15:56:28.759Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:56:28.760Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Service Demo_pNF_yOQWDD1Uq05Qjd0wpSlN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:56:28.760Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||Resource customization UUID: 8d0315ee-26b9-490d-9008-7ea5894ca80f is the same as notified resource customizationUUID: 8d0315ee-26b9-490d-9008-7ea5894ca80f
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-03-04T15:56:28.791Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e9a63c86-8ce4 bd9230e2-0080-40e5-8e35-c6701c7a2693 0 ASDC deployResourceStructure
2022-03-04T15:56:28.792Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar ASDC sendASDCNotification
2022-03-04T15:56:28.792Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar
2022-03-04T15:56:28.792Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:56:28.793Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:56:28.796Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:56:28.796Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409388792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:56:28.896Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:56:28.896Z||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-03-04T15:56:28.896Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:56:28.923Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:56:28.924Z||pool-146-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:56:29.796Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:56:29.805Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:56:29.807Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:56:29.807Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:56:29.807Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:56:59.807Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:56:59.841Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:56:59.843Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:56:59.843Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:56:59.844Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:57:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:57:20.548Z||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-03-04T15:57:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:57:20.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:57:20.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:57:20.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409320752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:57:20.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:57:29.844Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:57:29.854Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:57:29.857Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:57:29.857Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:57:29.857Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:57:59.857Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:57:59.864Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:57:59.866Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:57:59.866Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:57:59.866Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:58:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:58:20.548Z||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-03-04T15:58:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:58:20.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:58:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "policy-id",
  "timestamp": 1646409321756,
  "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-03-04T15:58:20.612Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:58:20.612Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:20.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409321696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:58:20.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409322700,
  "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-03-04T15:58:20.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:58:20.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409315516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409316863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409325728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409326754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409327757,
  "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-03-04T15:58:20.639Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:58:20.639Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:20.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409320868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:58:20.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409330068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409326738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409336907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T15:58:20.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "aai-ml",
  "timestamp": 1646409337914,
  "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-03-04T15:58:20.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:58:20.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:20.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409346081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:58:20.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409348086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:58:20.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "clamp",
  "timestamp": 1646409349089,
  "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-03-04T15:58:20.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef40c666-ca2f-4f25-88be-ec6fa6730455
2022-03-04T15:58:20.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:20.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2795cf81-9daa-404e-95fc-19572f6a3f36",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409376733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:20.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:58:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:58:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:58:29.866Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:58:29.878Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:58:29.880Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T15:58:29.881Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?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-03-04T15:58:29.885Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T15:58:59.886Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ef40c666-ca2f-4f25-88be-ec6fa6730455 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-03-04T15:58:59.891Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef40c666-ca2f-4f25-88be-ec6fa6730455 and serviceModelVersionId: 7d77a171-a726-4cbd-84b7-61cee08ab9ae
2022-03-04T15:58:59.892Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8be084f6-3022-42f2-9fa6-a4c6dc9a0a98
2022-03-04T15:58:59.892Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0
2022-03-04T15:58:59.896Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T15:58:59.933Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/277b8d74-0a68-46c1-b6fb-8915f76ae06e/model-vers/model-ver/ebe9a348-99d8-4660-99cb-096e1835da64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:58:59.933Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Invoke
2022-03-04T15:59:01.453Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:01.457Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Invoke
2022-03-04T15:59:02.987Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:02.992Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Invoke
2022-03-04T15:59:04.025Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:59:04.026Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:04.027Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:59:04.027Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:04.034Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:04.034Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef40c666-ca2f-4f25-88be-ec6fa6730455 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T15:59:04.035Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T15:59:04.036Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:04.037Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:04.038Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409544034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T15:59:04.138Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:04.138Z||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-03-04T15:59:04.139Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:04.173Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:04.174Z||pool-147-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-03-04T15:59:05.052Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:59:05.052Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T15:59:05.052Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:09.505Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:09.505Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||received message from topic
2022-03-04T15:59:09.505Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"97eb2069-68af-44d4-9b8f-20898e80caba","serviceName":"Demo_pNF_QiFIAe7CxrvTqUHVVsz5","serviceVersion":"1.0","serviceUUID":"10ceb564-f777-4466-8c8f-161c8b185427","serviceDescription":"catalog service description","serviceInvariantUUID":"e434231d-d096-43dd-b90b-631944cb9409","resources":[{"resourceInstanceName":"pNF a3b1e0b3-71d1 0","resourceName":"pNF a3b1e0b3-71d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f4f31b5-cbfe-4db2-a920-9cb6f422b2db","resourceInvariantUUID":"c9beb764-58fb-49f4-8cb0-47bbd5c40577","resourceCustomizationUUID":"98a29a81-c18e-46fe-889a-93329a0d0d63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml","artifactChecksum":"NDFhNmI2YjkwMjVjM2E3NGU5NTA5NjI3MDkxMmM5MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4acdd09f-ee19-487f-bb2b-702ba20812d5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20519818-cb8b-40ee-86a9-650269f9f4c1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90bcd761-2e31-4c5d-840f-5fe125003e07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml","artifactChecksum":"ZGNlYWY0ZWNhYTU4ZTE2MDBhZDBjYThlYWIwY2MwOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f258f89-488b-4520-8b4d-716226dfc855","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5b22d45-4eb6-4a35-a291-41578ade3b3d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbb9cf74-46fc-4180-a282-4e53947dcd0a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml","artifactChecksum":"NzZjODE0MmQ1MDdmOTczOGEyZDk1ZjQxMGE3OGFjZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8c45646-9bfe-426f-b619-687657154235","artifactVersion":"1"},{"artifactName":"service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar","artifactChecksum":"MTZmYjkzNDNiNWZkZTcwYTIwMmU2Zjk1NDQzZGEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8f9af48-7174-4cd3-814e-527c05f9f16a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T15:59:09.507Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:09.507Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:09.509Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:09.509Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:09.609Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:09.610Z||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-03-04T15:59:09.610Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:09.629Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:09.630Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:10.510Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:10.511Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:10.513Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:10.513Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:10.613Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:10.614Z||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-03-04T15:59:10.614Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:10.652Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:10.652Z||pool-149-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"count":1}
2022-03-04T15:59:11.513Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:11.517Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:11.521Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:11.521Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:11.621Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:59:11.622Z||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-03-04T15:59:11.622Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:11.651Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:11.651Z||pool-150-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:12.522Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:12.523Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:12.524Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:12.524Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:12.624Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:12.625Z||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-03-04T15:59:12.625Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:12.668Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:12.668Z||pool-151-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:13.525Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:13.525Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:13.527Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:13.527Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:13.627Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:13.628Z||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-03-04T15:59:13.628Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:13.682Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:13.683Z||pool-152-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":8,"count":1}
2022-03-04T15:59:14.527Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:14.528Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:14.530Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:14.530Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:14.630Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:14.630Z||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-03-04T15:59:14.631Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:14.691Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:14.692Z||pool-153-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-03-04T15:59:15.530Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:15.531Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:15.532Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:15.533Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:15.633Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:15.633Z||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-03-04T15:59:15.633Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:15.688Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:15.689Z||pool-154-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:16.533Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T15:59:16.533Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:16.535Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:16.535Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:59:16.635Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:16.636Z||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-03-04T15:59:16.636Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:16.674Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:16.675Z||pool-155-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:17.537Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "serviceName": "Demo_pNF_QiFIAe7CxrvTqUHVVsz5",
  "serviceVersion": "1.0",
  "serviceUUID": "10ceb564-f777-4466-8c8f-161c8b185427",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e434231d-d096-43dd-b90b-631944cb9409",
  "resources": [
    {
      "resourceInstanceName": "pNF a3b1e0b3-71d1 0",
      "resourceCustomizationUUID": "98a29a81-c18e-46fe-889a-93329a0d0d63",
      "resourceName": "pNF a3b1e0b3-71d1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f4f31b5-cbfe-4db2-a920-9cb6f422b2db",
      "resourceInvariantUUID": "c9beb764-58fb-49f4-8cb0-47bbd5c40577",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
      "artifactChecksum": "MTZmYjkzNDNiNWZkZTcwYTIwMmU2Zjk1NDQzZGEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8f9af48-7174-4cd3-814e-527c05f9f16a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T15:59:17.537Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T15:59:17.538Z|ef40c666-ca2f-4f25-88be-ec6fa6730455|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 10ceb564-f777-4466-8c8f-161c8b185427 ASDC
2022-03-04T15:59:17.538Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||ASDC Notification:
DistributionID:97eb2069-68af-44d4-9b8f-20898e80caba
ServiceName:Demo_pNF_QiFIAe7CxrvTqUHVVsz5
ServiceVersion:1.0
ServiceUUID:10ceb564-f777-4466-8c8f-161c8b185427
ServiceInvariantUUID:e434231d-d096-43dd-b90b-631944cb9409
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
ArtifactUUID:a8f9af48-7174-4cd3-814e-527c05f9f16a
ArtifactChecksum:MTZmYjkzNDNiNWZkZTcwYTIwMmU2Zjk1NDQzZGEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a3b1e0b3-71d1 0
ResourceCustomizationUUID:98a29a81-c18e-46fe-889a-93329a0d0d63
ResourceInvariantUUID:c9beb764-58fb-49f4-8cb0-47bbd5c40577
ResourceName:pNF a3b1e0b3-71d1
ResourceType:PNF
ResourceUUID:5f4f31b5-cbfe-4db2-a920-9cb6f422b2db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T15:59:17.538Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10ceb564-f777-4466-8c8f-161c8b185427 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-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Trying to download the artifact UUID: a8f9af48-7174-4cd3-814e-527c05f9f16a from URL: /sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - download
2022-03-04T15:59:17.561Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:18.365Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T15:59:18.370Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar a8f9af48-7174-4cd3-814e-527c05f9f16a 82653
2022-03-04T15:59:18.371Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar ASDC sendASDCNotification
2022-03-04T15:59:18.371Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:18.371Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T15:59:18.371Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:18.374Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:18.374Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409558371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:59:18.474Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T15:59:18.474Z||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-03-04T15:59:18.475Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:18.493Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:18.494Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:19.375Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T15:59:19.376Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||MSO config path is: /app
2022-03-04T15:59:19.376Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Trying to write artifact UUID: a8f9af48-7174-4cd3-814e-527c05f9f16a, URL: /sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar to file: /app/ASDC/1/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:19.377Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:19.378Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:19.378Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:19.479Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7459891778675871156/Definitions/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml
2022-03-04T15:59:20.175Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T15:59:20.175Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|WARN|500||####################################################################################################
2022-03-04T15:59:20.176Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.176Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T15:59:20.176Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.176Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.176Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.177Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.177Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.177Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3b1e0b3-71d1 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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.177Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.177Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|WARN|500||####################################################################################################
2022-03-04T15:59:20.178Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.178Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.178Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Node template pNF a3b1e0b3-71d1 0 is matching search criteria
2022-03-04T15:59:20.178Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:59:20.179Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found topology templates [pNF a3b1e0b3-71d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:59:20.179Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.179Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Node template pNF a3b1e0b3-71d1 0 is matching search criteria
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found topology templates [pNF a3b1e0b3-71d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.180Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.181Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.182Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QiFIAe7CxrvTqUHVVsz5
Description:catalog service description
Model UUID:10ceb564-f777-4466-8c8f-161c8b185427
Model Version:NULL
Model InvariantUuid:e434231d-d096-43dd-b90b-631944cb9409
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-03-04T15:59:20.189Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5f4f31b5-cbfe-4db2-a920-9cb6f422b2db
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-03-04T15:59:20.192Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||pNF a3b1e0b3-71d1 0
2022-03-04T15:59:20.193Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f4f31b5-cbfe-4db2-a920-9cb6f422b2db
2022-03-04T15:59:20.193Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||No resources found for Service: 10ceb564-f777-4466-8c8f-161c8b185427
2022-03-04T15:59:20.193Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Preparing to deploy Service: 10ceb564-f777-4466-8c8f-161c8b185427
2022-03-04T15:59:20.193Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a3b1e0b3-71d1 0 5f4f31b5-cbfe-4db2-a920-9cb6f422b2db 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-03-04T15:59:20.198Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f15e55e, org.onap.sdc.toscaparser.api.parameters.Input@424e996f, org.onap.sdc.toscaparser.api.parameters.Input@55985341, org.onap.sdc.toscaparser.api.parameters.Input@3478b4ca, org.onap.sdc.toscaparser.api.parameters.Input@477980e]
2022-03-04T15:59:20.198Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.198Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.198Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500|| resourceSeq for service uuid 10ceb564-f777-4466-8c8f-161c8b185427: pNF a3b1e0b3-71d1
2022-03-04T15:59:20.199Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Processing PNF resource: 5f4f31b5-cbfe-4db2-a920-9cb6f422b2db
2022-03-04T15:59:20.199Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T15:59:20.199Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Service Demo_pNF_QiFIAe7CxrvTqUHVVsz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T15:59:20.199Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||Resource customization UUID: 98a29a81-c18e-46fe-889a-93329a0d0d63 is the same as notified resource customizationUUID: 98a29a81-c18e-46fe-889a-93329a0d0d63
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-03-04T15:59:20.229Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a3b1e0b3-71d1 5f4f31b5-cbfe-4db2-a920-9cb6f422b2db 0 ASDC deployResourceStructure
2022-03-04T15:59:20.229Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar ASDC sendASDCNotification
2022-03-04T15:59:20.229Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar
2022-03-04T15:59:20.229Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T15:59:20.229Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T15:59:20.231Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T15:59:20.231Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409560229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:59:20.331Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T15:59:20.332Z||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-03-04T15:59:20.332Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:20.381Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:20.381Z||pool-157-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-04T15:59:20.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T15:59:20.548Z||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-03-04T15:59:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T15:59:20.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T15:59:20.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:20.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:59:20.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/resourceInstances/pnfe9a63c868ce40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:59:20.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409377752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409386976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409388792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYoqwdd1uq05qjd0wpsln/1.0/artifacts/service-DemoPnfYoqwdd1uq05qjd0wpsln-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T15:59:20.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T15:59:21.231Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:59:21.242Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:59:21.243Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:59:21.244Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:59:21.244Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T15:59:51.244Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T15:59:51.254Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T15:59:51.255Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T15:59:51.255Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T15:59:51.255Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:00:20.548Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:00:20.550Z||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-03-04T16:00:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:00:20.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:00:20.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409455516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409459670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409456864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409472602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409472279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409472948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409473622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "cds",
  "timestamp": 1646409473296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-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-03-04T16:00:20.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:20.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409473963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409474625,
  "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-03-04T16:00:20.666Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.666Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:20.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "policy-id",
  "timestamp": 1646409474967,
  "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-03-04T16:00:20.677Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.677Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409470868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409479874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409476738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409486160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "aai-ml",
  "timestamp": 1646409487165,
  "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-03-04T16:00:20.695Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.695Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409481150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409489927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409490108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409491871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409492115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:00:20.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:00:20.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409492875,
  "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-03-04T16:00:20.707Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:00:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "clamp",
  "timestamp": 1646409493119,
  "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-03-04T16:00:20.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97eb2069-68af-44d4-9b8f-20898e80caba
2022-03-04T16:00:20.719Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:21.256Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:00:21.266Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:00:21.269Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?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-03-04T16:00:21.274Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:00:51.275Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 97eb2069-68af-44d4-9b8f-20898e80caba 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-03-04T16:00:51.282Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97eb2069-68af-44d4-9b8f-20898e80caba and serviceModelVersionId: 10ceb564-f777-4466-8c8f-161c8b185427
2022-03-04T16:00:51.282Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e434231d-d096-43dd-b90b-631944cb9409
2022-03-04T16:00:51.284Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0
2022-03-04T16:00:51.291Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be084f6-3022-42f2-9fa6-a4c6dc9a0a98/model-vers/model-ver/7d77a171-a726-4cbd-84b7-61cee08ab9ae?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:00:51.339Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Invoke
2022-03-04T16:00:51.340Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70fa18b9-6922-4f54-8911-02fcc83b72b4], X-ECOMP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-TransactionId=[], X-ONAP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], Content-Type=[application/merge-patch+json]}
2022-03-04T16:00:52.877Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Invoke
2022-03-04T16:00:52.877Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa7d4329-fbc5-4682-a0fe-d9b78d35f746], X-ECOMP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-TransactionId=[], X-ONAP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], Content-Type=[application/merge-patch+json]}
2022-03-04T16:00:54.412Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Invoke
2022-03-04T16:00:54.413Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[531d9d5a-b7e2-4bca-b564-b1f1fa9c53a9], X-ECOMP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], X-TransactionId=[], X-ONAP-RequestID=[97eb2069-68af-44d4-9b8f-20898e80caba], Content-Type=[application/merge-patch+json]}
2022-03-04T16:00:55.446Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:00:55.447Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:00:55.448Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:00:55.449Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:00:55.460Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:00:55.461Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97eb2069-68af-44d4-9b8f-20898e80caba and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:00:55.461Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:00:55.462Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:00:55.466Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:00:55.466Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409655461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:00:55.566Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:00:55.567Z||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-03-04T16:00:55.567Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:00:55.591Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:00:55.593Z||pool-158-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-03-04T16:00:56.480Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:00:56.481Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:00:56.481Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:06.111Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:01:06.111Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:01:06.112Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:01:06.112Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:15.762Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:01:15.763Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:01:15.763Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:01:15.763Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:01:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:01:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:20.608Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:01:20.609Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.609Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ef40c666-ca2f-4f25-88be-ec6fa6730455",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409544034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.610Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/resourceInstances/pnfa3b1e0b371d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.611Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409545052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409558371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409560229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQifiae7cxrvtquhvvsz5/1.0/artifacts/service-DemoPnfQifiae7cxrvtquhvvsz5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:01:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:01:25.414Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:01:25.415Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:01:25.416Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:01:25.416Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:35.074Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:01:35.075Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:01:35.076Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:01:35.076Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:01:44.685Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:20.545Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:02:20.546Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:02:20.546Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:02:20.548Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T16:02:20.548Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:20.659Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:20.660Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||received message from topic
2022-03-04T16:02:20.660Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "97eb2069-68af-44d4-9b8f-20898e80caba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409655461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:02:20.661Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:02:21.246Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:21.246Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||received message from topic
2022-03-04T16:02:21.246Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1174ef7d-355e-4c12-bf72-328e197b1725","serviceName":"vFW 2022-03-04 15-58-56","serviceVersion":"1.0","serviceUUID":"58812a3a-0155-4c19-89ee-aba0ae186d27","serviceDescription":"catalog service description","serviceInvariantUUID":"23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c","resources":[{"resourceInstanceName":"vFW 0fc8b1bb-40f6 0","resourceName":"vFW 0fc8b1bb-40f6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18536c60-cf44-4848-9783-5474a85c397d","resourceInvariantUUID":"68df3a41-5002-4ea1-acde-5495f287a5d6","resourceCustomizationUUID":"4f31ea2c-9aa4-4664-9bde-e351ae35e653","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml","artifactChecksum":"ZjljODhlZjMyOGU3MTI0ZmIwZTU4NWQ4ZjMyNGRlNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5b90336-d278-4916-b214-9121c001b294","artifactVersion":"1"},{"artifactName":"vfw0fc8b1bb40f60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json","artifactChecksum":"YWM4ZTU1MDQyYzg4MzM3ZDY1MjM3NTQ3YmQ1OGI5MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f46ea5-581f-463a-91e9-fc707ba0f220","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28a9fec9-f072-46a4-836e-f2bdef6cac7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml","artifactChecksum":"ZjFlODkxMmNlYjFlZGJmYTRmYmEzNDFkMjhlMTgzMjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b5944cd-9b41-4a9a-9803-d8fc88971f8e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63d5335d-3135-4111-9120-46eb21116b1f","artifactVersion":"2","generatedFromUUID":"28a9fec9-f072-46a4-836e-f2bdef6cac7a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304155856-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml","artifactChecksum":"ZDM3NDRlOTU3MThmMzI1ZDNjM2E2ZTQzYTM5NDE1ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96ede5cb-1df0-4a5c-9328-882b693f2e5c","artifactVersion":"1"},{"artifactName":"service-Vfw20220304155856-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar","artifactChecksum":"ODEzZmI0MjEzZTI3Y2VmZjIwZTYxNjBmZjBiZWRlNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84fa04aa-9787-463b-82d3-66a296e31856","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:02:21.249Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:21.249Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:21.252Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:21.252Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:02:21.352Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:21.352Z||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-03-04T16:02:21.353Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:21.389Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:21.390Z||pool-159-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:22.252Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:22.253Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:22.256Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:22.256Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:02:22.356Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:02:22.356Z||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-03-04T16:02:22.356Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:22.393Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:22.394Z||pool-160-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:23.257Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:23.257Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:23.260Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:23.260Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:02:23.360Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:23.364Z||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-03-04T16:02:23.364Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:23.395Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:23.396Z||pool-161-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:24.261Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:24.261Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:24.263Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:24.263Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:02:24.364Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:02:24.365Z||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-03-04T16:02:24.365Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:24.433Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:24.434Z||pool-162-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:25.264Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:25.265Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:25.267Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:25.267Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:02:25.367Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:25.368Z||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-03-04T16:02:25.368Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:25.407Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:25.407Z||pool-163-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:02:26.267Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:26.268Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:26.271Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:26.271Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:02:26.372Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:02:26.372Z||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-03-04T16:02:26.373Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:26.392Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:26.392Z||pool-164-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:02:27.272Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:02:27.273Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:27.275Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:27.275Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:02:27.375Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:27.376Z||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-03-04T16:02:27.376Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:27.477Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:27.477Z||pool-165-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:02:28.276Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "serviceName": "vFW 2022-03-04 15-58-56",
  "serviceVersion": "1.0",
  "serviceUUID": "58812a3a-0155-4c19-89ee-aba0ae186d27",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c",
  "resources": [
    {
      "resourceInstanceName": "vFW 0fc8b1bb-40f6 0",
      "resourceCustomizationUUID": "4f31ea2c-9aa4-4664-9bde-e351ae35e653",
      "resourceName": "vFW 0fc8b1bb-40f6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "18536c60-cf44-4848-9783-5474a85c397d",
      "resourceInvariantUUID": "68df3a41-5002-4ea1-acde-5495f287a5d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0fc8b1bb40f60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
          "artifactChecksum": "YWM4ZTU1MDQyYzg4MzM3ZDY1MjM3NTQ3YmQ1OGI5MmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91f46ea5-581f-463a-91e9-fc707ba0f220",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "28a9fec9-f072-46a4-836e-f2bdef6cac7a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "63d5335d-3135-4111-9120-46eb21116b1f",
            "generatedFromUUID": "28a9fec9-f072-46a4-836e-f2bdef6cac7a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "63d5335d-3135-4111-9120-46eb21116b1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304155856-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
      "artifactChecksum": "ODEzZmI0MjEzZTI3Y2VmZjIwZTYxNjBmZjBiZWRlNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84fa04aa-9787-463b-82d3-66a296e31856"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:02:28.277Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:02:28.278Z|97eb2069-68af-44d4-9b8f-20898e80caba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58812a3a-0155-4c19-89ee-aba0ae186d27 ASDC
2022-03-04T16:02:28.278Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1174ef7d-355e-4c12-bf72-328e197b1725
ServiceName:vFW 2022-03-04 15-58-56
ServiceVersion:1.0
ServiceUUID:58812a3a-0155-4c19-89ee-aba0ae186d27
ServiceInvariantUUID:23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304155856-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar
ArtifactUUID:84fa04aa-9787-463b-82d3-66a296e31856
ArtifactChecksum:ODEzZmI0MjEzZTI3Y2VmZjIwZTYxNjBmZjBiZWRlNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0fc8b1bb-40f6 0
ResourceCustomizationUUID:4f31ea2c-9aa4-4664-9bde-e351ae35e653
ResourceInvariantUUID:68df3a41-5002-4ea1-acde-5495f287a5d6
ResourceName:vFW 0fc8b1bb-40f6
ResourceType:VF
ResourceUUID:18536c60-cf44-4848-9783-5474a85c397d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0fc8b1bb40f60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json
ArtifactUUID:91f46ea5-581f-463a-91e9-fc707ba0f220
ArtifactChecksum:YWM4ZTU1MDQyYzg4MzM3ZDY1MjM3NTQ3YmQ1OGI5MmI=
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/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml
ArtifactUUID:28a9fec9-f072-46a4-836e-f2bdef6cac7a
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/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
ArtifactUUID:63d5335d-3135-4111-9120-46eb21116b1f
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/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
ArtifactUUID:63d5335d-3135-4111-9120-46eb21116b1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T16:02:28.279Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58812a3a-0155-4c19-89ee-aba0ae186d27 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-03-04T16:02:28.312Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:02:28.313Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:02:28.313Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:02:28.313Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Trying to download the artifact UUID: 84fa04aa-9787-463b-82d3-66a296e31856 from URL: /sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:28.313Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:02:28.313Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:28.753Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:02:28.759Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar 84fa04aa-9787-463b-82d3-66a296e31856 98942
2022-03-04T16:02:28.759Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar ASDC sendASDCNotification
2022-03-04T16:02:28.759Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:28.759Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:02:28.760Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:28.761Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:28.761Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409748759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:02:28.863Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T16:02:28.864Z||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-03-04T16:02:28.864Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:28.883Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:28.883Z||pool-166-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:02:29.763Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:02:29.764Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:02:29.764Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Trying to write artifact UUID: 84fa04aa-9787-463b-82d3-66a296e31856, URL: /sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar to file: /app/ASDC/1/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:29.764Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304155856-csar.csar
2022-03-04T16:02:29.765Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:29.766Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:30.034Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6053365707592680182/Definitions/service-Vfw20220304155856-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-03-04T16:02:31.962Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|WARN|500||####################################################################################################
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.963Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.964Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0fc8b1bb-40f6 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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-Vfw20220304155856-csar.csar
2022-03-04T16:02:31.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|WARN|500||####################################################################################################
2022-03-04T16:02:31.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:31.966Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:02:31.966Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:02:31.966Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.966Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.967Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:31.967Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:02:31.967Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:02:31.967Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.967Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.968Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.968Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:31.968Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:31.968Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:31.968Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:02:31.969Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.969Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.969Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:02:31.969Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.969Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:02:31.970Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:02:31.970Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.970Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.970Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:02:31.970Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.971Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:02:31.971Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.971Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T16:02:31.971Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.971Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:02:31.972Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.972Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:31.972Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:31.973Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.973Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:31.973Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:31.973Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.973Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:31.974Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:31.974Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.974Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:31.974Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:31.974Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:31.975Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:02:31.975Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:02:31.975Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:02:31.975Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.975Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.976Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:02:31.976Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.976Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:02:31.976Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.976Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e48d2add-1aa9-4ed0-bae4-d47d466048fc
2022-03-04T16:02:31.977Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.977Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:31.977Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:31.977Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:31.977Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:02:31.978Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.978Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.978Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:02:31.978Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.978Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:02:31.979Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:02:31.979Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.979Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:02:31.979Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.980Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8b438102-6484-442f-b44b-cea7fcc8fda4
2022-03-04T16:02:31.980Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.980Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:31.980Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:31.980Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:31.981Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:02:31.981Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.981Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.981Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:02:31.981Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.982Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:02:31.982Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:02:31.982Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:31.982Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:31.982Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:02:31.983Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7885f8d5-8d11-4b0a-9b61-220d93dcb22a
2022-03-04T16:02:31.983Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.983Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.983Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.983Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.984Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.984Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.984Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:31.984Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:31.984Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 15-58-56
Description:catalog service description
Model UUID:58812a3a-0155-4c19-89ee-aba0ae186d27
Model Version:NULL
Model InvariantUuid:23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0fc8b1bb-40f6
Model UUID:519aa28e-f11c-4c18-847c-4cb916f6e5e8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68df3a41-5002-4ea1-acde-5495f287a5d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4f31ea2c-9aa4-4664-9bde-e351ae35e653
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f07a07bb-67fa-4cf3-a733-7adc87743884
ModelName:Vfw0fc8b1bb40f6..base_vfw..module-0
ModelUuid:bfe509ba-e43c-464b-b083-d1102157434d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e48d2add-1aa9-4ed0-bae4-d47d466048fc
ModelInvariantUuid:a6422577-1848-450f-8177-5ea5743458ed
ModelName:vFW 0fc8b1bb-40f6-nodes.vfwCvfc
ModelUuid:bd36007a-172a-495a-b138-40c82972b8b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d721b285-5642-48a3-9ca0-3a0c35cd6079
ModelInvariantUuid:36765ccf-1b0a-4c8d-8b3b-5dede2af850c
ModelName:Vfw0fc8b1bb40f6.compute.nodes.heat.vfw
ModelUuid:b5b61e69-910b-49e4-a901-490e8389c370
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8b438102-6484-442f-b44b-cea7fcc8fda4
ModelInvariantUuid:98f2dedc-e89e-4302-b6dd-46c58e45235d
ModelName:vFW 0fc8b1bb-40f6-nodes.vsnCvfc
ModelUuid:aa7e42e3-b684-4e6c-8f37-00e0fa461104
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:69f75f6e-f0ed-4369-88c2-6fb8d3245f83
ModelInvariantUuid:9317c3ca-95b6-437c-9ab2-d4d8666d2dcc
ModelName:Vfw0fc8b1bb40f6.compute.nodes.heat.vsn
ModelUuid:f09a8b1c-1fca-47d7-8890-a792b62b8739
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7885f8d5-8d11-4b0a-9b61-220d93dcb22a
ModelInvariantUuid:84b73b2e-956e-45d5-8fab-eabdd4a7460e
ModelName:vFW 0fc8b1bb-40f6-nodes.vpgCvfc
ModelUuid:25cc84fb-0e06-498e-8018-c276f28e04e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1232cfba-fbd9-4863-b391-c49cd7e47447
ModelInvariantUuid:cfba1b41-6796-4c04-b909-5a5fc6be32c5
ModelName:Vfw0fc8b1bb40f6.compute.nodes.heat.vpg
ModelUuid:5ce9b4c3-421b-4a55-bb46-199aacbd97a9
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-03-04T16:02:31.993Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 18536c60-cf44-4848-9783-5474a85c397d
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-03-04T16:02:31.996Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||vFW 0fc8b1bb-40f6 0
2022-03-04T16:02:31.997Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 18536c60-cf44-4848-9783-5474a85c397d
2022-03-04T16:02:31.997Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Trying to download the artifact UUID: 91f46ea5-581f-463a-91e9-fc707ba0f220 from URL: /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json
2022-03-04T16:02:31.997Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:02:31.997Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json
2022-03-04T16:02:32.838Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:02:32.838Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json 91f46ea5-581f-463a-91e9-fc707ba0f220 785
2022-03-04T16:02:32.839Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json ASDC sendASDCNotification
2022-03-04T16:02:32.839Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json
2022-03-04T16:02:32.839Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:02:32.839Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:32.841Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:32.841Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409752839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:02:32.941Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:32.957Z||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-03-04T16:02:32.957Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:32.971Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:32.971Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:33.842Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0fc8b1bb40f6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f07a07bb-67fa-4cf3-a733-7adc87743884",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bfe509ba-e43c-464b-b083-d1102157434d",
    "vfModuleModelCustomizationUUID": "f4b39ef9-4fc5-449d-a0d3-503b8e584ba4",
    "isBase": true,
    "artifacts": [
      "28a9fec9-f072-46a4-836e-f2bdef6cac7a",
      "63d5335d-3135-4111-9120-46eb21116b1f"
    ],
    "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-03-04T16:02:33.848Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0fc8b1bb40f6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfe509ba-e43c-464b-b083-d1102157434d
VfModuleModelInvariantUUID:f07a07bb-67fa-4cf3-a733-7adc87743884
VfModuleModelDescription:NULL
Artifacts UUID List:{
28a9fec9-f072-46a4-836e-f2bdef6cac7a
,
63d5335d-3135-4111-9120-46eb21116b1f

}
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-03-04T16:02:33.850Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0fc8b1bb40f6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f07a07bb-67fa-4cf3-a733-7adc87743884",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bfe509ba-e43c-464b-b083-d1102157434d",
    "vfModuleModelCustomizationUUID": "f4b39ef9-4fc5-449d-a0d3-503b8e584ba4",
    "isBase": true,
    "artifacts": [
      "28a9fec9-f072-46a4-836e-f2bdef6cac7a",
      "63d5335d-3135-4111-9120-46eb21116b1f"
    ],
    "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-03-04T16:02:33.851Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0fc8b1bb40f6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfe509ba-e43c-464b-b083-d1102157434d
VfModuleModelInvariantUUID:f07a07bb-67fa-4cf3-a733-7adc87743884
VfModuleModelDescription:NULL
Artifacts UUID List:{
28a9fec9-f072-46a4-836e-f2bdef6cac7a
,
63d5335d-3135-4111-9120-46eb21116b1f

}
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-03-04T16:02:33.851Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Trying to download the artifact UUID: 28a9fec9-f072-46a4-836e-f2bdef6cac7a from URL: /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml
2022-03-04T16:02:33.851Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:02:33.851Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml
2022-03-04T16:02:34.262Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:02:34.263Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml 28a9fec9-f072-46a4-836e-f2bdef6cac7a 20368
2022-03-04T16:02:34.264Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:02:34.264Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml
2022-03-04T16:02:34.264Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:02:34.264Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:34.266Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:34.266Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409754263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:02:34.366Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:34.367Z||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-03-04T16:02:34.367Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:34.389Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:34.389Z||pool-168-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:35.268Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Trying to download the artifact UUID: 63d5335d-3135-4111-9120-46eb21116b1f from URL: /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
2022-03-04T16:02:35.269Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:02:35.269Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
2022-03-04T16:02:35.655Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:02:35.656Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env 63d5335d-3135-4111-9120-46eb21116b1f 2098
2022-03-04T16:02:35.656Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:02:35.656Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
2022-03-04T16:02:35.656Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:02:35.656Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:35.658Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:35.658Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409755656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:02:35.759Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:02:35.760Z||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-03-04T16:02:35.760Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:35.777Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:35.777Z||pool-169-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:02:36.658Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Preparing to deploy Service: 58812a3a-0155-4c19-89ee-aba0ae186d27
2022-03-04T16:02:36.659Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0fc8b1bb-40f6 0 18536c60-cf44-4848-9783-5474a85c397d 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-03-04T16:02:36.675Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3915bfd, org.onap.sdc.toscaparser.api.parameters.Input@735b35e8, org.onap.sdc.toscaparser.api.parameters.Input@5fa31faf, org.onap.sdc.toscaparser.api.parameters.Input@7378ccfa, org.onap.sdc.toscaparser.api.parameters.Input@7abf2fdb]
2022-03-04T16:02:36.676Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.677Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.677Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T16:02:36.677Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||VFCustomizationUUID= 4f31ea2c-9aa4-4664-9bde-e351ae35e653
2022-03-04T16:02:36.677Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f31ea2c-9aa4-4664-9bde-e351ae35e653 matches Tosca VF Customization UUID: 4f31ea2c-9aa4-4664-9bde-e351ae35e653
2022-03-04T16:02:36.677Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||vfCustomizationUUID: 4f31ea2c-9aa4-4664-9bde-e351ae35e653  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-03-04T16:02:36.679Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.679Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.680Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||resource request for resource customization id 4f31ea2c-9aa4-4664-9bde-e351ae35e653: {\"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-03-04T16:02:36.680Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@225283cc
2022-03-04T16:02:36.680Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.681Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:02:36.681Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4b39ef9-4fc5-449d-a0d3-503b8e584ba4
2022-03-04T16:02:36.681Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4b39ef9-4fc5-449d-a0d3-503b8e584ba4
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-03-04T16:02:36.683Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.683Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.683Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:36.684Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.684Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.684Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:36.684Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:02:36.685Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:02:36.686Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.686Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.686Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:02:36.686Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.686Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:02:36.687Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.687Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e48d2add-1aa9-4ed0-bae4-d47d466048fc
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-03-04T16:02:36.689Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.689Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:02:36.690Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.691Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.691Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:02:36.691Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.691Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:02:36.691Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:02:36.692Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.692Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:02:36.692Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.692Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8b438102-6484-442f-b44b-cea7fcc8fda4
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-03-04T16:02:36.694Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.694Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.695Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:36.695Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.695Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is not matching search criteria
2022-03-04T16:02:36.695Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:02:36.696Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.697Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:02:36.697Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:02:36.697Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:02:36.697Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:02:36.697Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:02:36.698Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7885f8d5-8d11-4b0a-9b61-220d93dcb22a
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-03-04T16:02:36.700Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.700Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.700Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:02:36.701Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.701Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Node template vFW 0fc8b1bb-40f6 0 is matching search criteria
2022-03-04T16:02:36.701Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found topology templates [vFW 0fc8b1bb-40f6 0] matching following query criteria: sdcType=VF, customizationUUID=4f31ea2c-9aa4-4664-9bde-e351ae35e653
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-03-04T16:02:36.703Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.703Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.704Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500|| resourceSeq for service uuid 58812a3a-0155-4c19-89ee-aba0ae186d27: vFW 0fc8b1bb-40f6
2022-03-04T16:02:36.704Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.704Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.704Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.704Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.705Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.705Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.705Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.705Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.705Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:02:36.706Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Service vFW 2022-03-04 15-58-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:02:36.706Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||Saving Service: vFW 2022-03-04 15-58-56 
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-03-04T16:02:36.881Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0fc8b1bb-40f6 18536c60-cf44-4848-9783-5474a85c397d 1 ASDC deployResourceStructure
2022-03-04T16:02:36.882Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json ASDC sendASDCNotification
2022-03-04T16:02:36.882Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json
2022-03-04T16:02:36.882Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:02:36.883Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:36.884Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:36.884Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409756882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:02:36.985Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:36.986Z||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-03-04T16:02:36.986Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:37.007Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:37.008Z||pool-170-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:37.886Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:02:37.886Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml
2022-03-04T16:02:37.886Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:02:37.886Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:37.889Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:37.889Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409757885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:02:37.989Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:37.989Z||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-03-04T16:02:37.989Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:38.052Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:38.052Z||pool-171-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:38.890Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:02:38.890Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env
2022-03-04T16:02:38.890Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:02:38.890Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:38.892Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:38.892Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409758890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:02:38.992Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:38.993Z||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-03-04T16:02:38.993Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:39.017Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:39.017Z||pool-172-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:39.893Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar ASDC sendASDCNotification
2022-03-04T16:02:39.893Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar
2022-03-04T16:02:39.893Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:02:39.893Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:02:39.895Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:02:39.895Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409759893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:02:39.996Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:02:39.996Z||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-03-04T16:02:39.996Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:02:40.010Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:02:40.011Z||pool-173-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:02:40.896Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:02:40.905Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:02:40.906Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:02:40.906Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:02:40.906Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:03:10.907Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:03:10.925Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:03:10.928Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:03:10.928Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:03:10.928Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:03:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:03:20.549Z||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-03-04T16:03:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:03:20.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:03:20.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646409716863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409710868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409714671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409715516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409716738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409726062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409726056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409726135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "cds",
  "timestamp": 1646409727066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-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-03-04T16:03:20.608Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.608Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409727480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409721150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409729053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409729106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409730155,
  "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-03-04T16:03:20.621Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.621Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409723905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646409731200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409731739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409732166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409732290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409732745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:03:20.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646409733295,
  "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-03-04T16:03:20.635Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:20.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409733184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:03:20.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "policy-id",
  "timestamp": 1646409733749,
  "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-03-04T16:03:20.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:20.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "clamp",
  "timestamp": 1646409734188,
  "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-03-04T16:03:20.659Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.659Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:20.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409737711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:03:20.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:03:20.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:03:20.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "aai-ml",
  "timestamp": 1646409738717,
  "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-03-04T16:03:20.674Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1174ef7d-355e-4c12-bf72-328e197b1725
2022-03-04T16:03:20.674Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:03:40.928Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:03:40.940Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:03:40.941Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:03:40.942Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:03:40.942Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:03:40.942Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:03:40.942Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:03:40.942Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?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-03-04T16:03:40.946Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:04:10.951Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1174ef7d-355e-4c12-bf72-328e197b1725 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-03-04T16:04:10.957Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1174ef7d-355e-4c12-bf72-328e197b1725 and serviceModelVersionId: 58812a3a-0155-4c19-89ee-aba0ae186d27
2022-03-04T16:04:10.957Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c
2022-03-04T16:04:10.959Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0
2022-03-04T16:04:10.965Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e434231d-d096-43dd-b90b-631944cb9409/model-vers/model-ver/10ceb564-f777-4466-8c8f-161c8b185427?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:04:11.000Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Invoke
2022-03-04T16:04:11.000Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b364e32-463e-4f2c-b250-22494ab7cd66], X-ECOMP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-TransactionId=[], X-ONAP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], Content-Type=[application/merge-patch+json]}
2022-03-04T16:04:12.523Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Invoke
2022-03-04T16:04:12.524Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8766733-cddf-4e5a-8d05-16d855147290], X-ECOMP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-TransactionId=[], X-ONAP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], Content-Type=[application/merge-patch+json]}
2022-03-04T16:04:14.059Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Invoke
2022-03-04T16:04:14.060Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5446c23d-9a67-45dc-bb77-36989e3c8096], X-ECOMP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], X-TransactionId=[], X-ONAP-RequestID=[1174ef7d-355e-4c12-bf72-328e197b1725], Content-Type=[application/merge-patch+json]}
2022-03-04T16:04:15.093Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:04:15.094Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:04:15.095Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:04:15.095Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:04:15.101Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:04:15.101Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1174ef7d-355e-4c12-bf72-328e197b1725 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:04:15.102Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:04:15.102Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:04:15.104Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:04:15.104Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409855101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:04:15.204Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:04:15.205Z||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-03-04T16:04:15.205Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:04:15.230Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:04:15.230Z||pool-174-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-03-04T16:04:16.117Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:04:16.117Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:04:16.117Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:04:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:04:20.548Z||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-03-04T16:04:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:04:20.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:04:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:04:20.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409740545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409748759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409752839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409754263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409755656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409756882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/vfw0fc8b1bb40f60_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409757885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:04:20.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409758890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/resourceInstances/vfw0fc8b1bb40f60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409759893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304155856/1.0/artifacts/service-Vfw20220304155856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:04:20.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:04:25.724Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:04:25.724Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:04:25.725Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:04:25.725Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:04:35.375Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:05:20.545Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:05:20.546Z||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-03-04T16:05:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:05:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:05:20.547Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T16:05:20.548Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:05:21.148Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:05:21.149Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||received message from topic
2022-03-04T16:05:21.149Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1174ef7d-355e-4c12-bf72-328e197b1725",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646409855101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:05:21.150Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:05:30.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:06:20.546Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:06:20.547Z||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-03-04T16:06:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:06:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:06:20.548Z||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-03-04T16:06:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:06:30.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:06:30.234Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:20.546Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:07:20.548Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:07:20.549Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:07:20.549Z||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-03-04T16:07:20.549Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:20.798Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:20.799Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.799Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.800Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.800Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.800Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.800Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.800Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.801Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.802Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.803Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.804Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.805Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410029670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410023905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:07:20.806Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:20.807Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:07:21.222Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:21.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T16:07:21.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"911ec83e-bbc3-47c3-883f-ede54edbb489","serviceName":"Demo_pNF_OfXO94JDqjlyJUszZ3v7","serviceVersion":"1.0","serviceUUID":"52ef17d8-0fe5-4b61-b122-2dd571fb4c73","serviceDescription":"catalog service description","serviceInvariantUUID":"2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb","resources":[{"resourceInstanceName":"pNF 36e1bede-7733 0","resourceName":"pNF 36e1bede-7733","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ba31634-1083-44bc-a9a9-2cba79fcd5b1","resourceInvariantUUID":"69c7cbe2-3ba7-47fc-a8bc-e8aa564e5619","resourceCustomizationUUID":"8fee9d97-774e-4492-ad94-4c8dc27eb651","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml","artifactChecksum":"YTNmNjg0OWJiNjNmNGQ3YzVmNTExOGRmOTEwZDFkYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"630dac4e-93b7-4f6c-97de-33ed8c93865c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dabc30a3-0146-46d8-9973-6621d582f0c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07e76b7a-94a6-4666-9afd-16f7b4d20db7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml","artifactChecksum":"ODNhZTlmYjBiMDNkZTdkNDkzNmVkOGEwYjkwMDJjNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b0553874-b22d-436e-a760-17a8d4887151","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9760d686-ed17-479e-bb8a-896ba698686d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"381feeab-9287-40bb-98fd-f4b35ea81f4a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml","artifactChecksum":"ZDU5YTJlYjMxMDAzNGQyOGMzYWU1Yjc2YWY4MzZlOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b607179-e0c4-4078-ba50-cb0ca934a8ad","artifactVersion":"1"},{"artifactName":"service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar","artifactChecksum":"YTY0MmRiNzk5OTliMGViODM5MmNhOGM3N2FjZmY5ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c8b1b18-73a5-4a40-82c4-d4ffa91a56de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:07:21.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:21.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:21.235Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:21.235Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:21.338Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T16:07:21.339Z||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-03-04T16:07:21.339Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:21.438Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:21.440Z||pool-175-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:07:22.236Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:22.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:22.240Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:22.240Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:22.340Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:22.341Z||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-03-04T16:07:22.341Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:22.472Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:22.472Z||pool-176-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:23.240Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:23.241Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:23.243Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:23.244Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:23.344Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:23.345Z||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-03-04T16:07:23.345Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:23.396Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:23.396Z||pool-177-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:24.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:24.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:24.247Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:24.247Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:24.348Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:07:24.348Z||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-03-04T16:07:24.348Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:24.394Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:24.394Z||pool-178-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:07:25.248Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:25.250Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:25.253Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:25.253Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:25.353Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:25.354Z||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-03-04T16:07:25.354Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:25.415Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:25.416Z||pool-179-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:26.254Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:26.255Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:26.257Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:26.257Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:26.357Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:07:26.358Z||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-03-04T16:07:26.358Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:26.403Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:26.404Z||pool-180-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:27.258Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:27.259Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:27.262Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:27.262Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:07:27.362Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:27.363Z||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-03-04T16:07:27.363Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:27.399Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:27.399Z||pool-181-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:28.263Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:07:28.264Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:28.266Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:28.266Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:07:28.366Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:28.367Z||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-03-04T16:07:28.367Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:28.391Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:28.392Z||pool-182-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:29.267Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "serviceName": "Demo_pNF_OfXO94JDqjlyJUszZ3v7",
  "serviceVersion": "1.0",
  "serviceUUID": "52ef17d8-0fe5-4b61-b122-2dd571fb4c73",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb",
  "resources": [
    {
      "resourceInstanceName": "pNF 36e1bede-7733 0",
      "resourceCustomizationUUID": "8fee9d97-774e-4492-ad94-4c8dc27eb651",
      "resourceName": "pNF 36e1bede-7733",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3ba31634-1083-44bc-a9a9-2cba79fcd5b1",
      "resourceInvariantUUID": "69c7cbe2-3ba7-47fc-a8bc-e8aa564e5619",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
      "artifactChecksum": "YTY0MmRiNzk5OTliMGViODM5MmNhOGM3N2FjZmY5ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c8b1b18-73a5-4a40-82c4-d4ffa91a56de"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:07:29.268Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:07:29.268Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 52ef17d8-0fe5-4b61-b122-2dd571fb4c73 ASDC
2022-03-04T16:07:29.270Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:911ec83e-bbc3-47c3-883f-ede54edbb489
ServiceName:Demo_pNF_OfXO94JDqjlyJUszZ3v7
ServiceVersion:1.0
ServiceUUID:52ef17d8-0fe5-4b61-b122-2dd571fb4c73
ServiceInvariantUUID:2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
ArtifactUUID:9c8b1b18-73a5-4a40-82c4-d4ffa91a56de
ArtifactChecksum:YTY0MmRiNzk5OTliMGViODM5MmNhOGM3N2FjZmY5ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 36e1bede-7733 0
ResourceCustomizationUUID:8fee9d97-774e-4492-ad94-4c8dc27eb651
ResourceInvariantUUID:69c7cbe2-3ba7-47fc-a8bc-e8aa564e5619
ResourceName:pNF 36e1bede-7733
ResourceType:PNF
ResourceUUID:3ba31634-1083-44bc-a9a9-2cba79fcd5b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:07:29.270Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52ef17d8-0fe5-4b61-b122-2dd571fb4c73 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-03-04T16:07:29.307Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:07:29.309Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-04T16:07:29.309Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-04T16:07:29.309Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9c8b1b18-73a5-4a40-82c4-d4ffa91a56de from URL: /sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:29.309Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-04T16:07:29.309Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:29.651Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-04T16:07:29.658Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar 9c8b1b18-73a5-4a40-82c4-d4ffa91a56de 82652
2022-03-04T16:07:29.658Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar ASDC sendASDCNotification
2022-03-04T16:07:29.659Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:29.659Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:07:29.659Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:29.663Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:29.663Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410049658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:07:29.762Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:07:29.763Z||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-03-04T16:07:29.763Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:29.788Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:29.789Z||pool-183-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:30.664Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:07:30.665Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-04T16:07:30.665Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9c8b1b18-73a5-4a40-82c4-d4ffa91a56de, URL: /sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar to file: /app/ASDC/1/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:30.666Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:30.666Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:30.666Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:30.859Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5601409830564522804/Definitions/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml
2022-03-04T16:07:31.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 36e1bede-7733 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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|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-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-04T16:07:31.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Node template pNF 36e1bede-7733 0 is matching search criteria
2022-03-04T16:07:31.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-04T16:07:31.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36e1bede-7733 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:07:31.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Node template pNF 36e1bede-7733 0 is matching search criteria
2022-03-04T16:07:31.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 36e1bede-7733 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.918Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OfXO94JDqjlyJUszZ3v7
Description:catalog service description
Model UUID:52ef17d8-0fe5-4b61-b122-2dd571fb4c73
Model Version:NULL
Model InvariantUuid:2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb
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-03-04T16:07:31.926Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ba31634-1083-44bc-a9a9-2cba79fcd5b1
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-03-04T16:07:31.931Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||pNF 36e1bede-7733 0
2022-03-04T16:07:31.932Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3ba31634-1083-44bc-a9a9-2cba79fcd5b1
2022-03-04T16:07:31.932Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 52ef17d8-0fe5-4b61-b122-2dd571fb4c73
2022-03-04T16:07:31.932Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 52ef17d8-0fe5-4b61-b122-2dd571fb4c73
2022-03-04T16:07:31.932Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 36e1bede-7733 0 3ba31634-1083-44bc-a9a9-2cba79fcd5b1 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-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e526ad1, org.onap.sdc.toscaparser.api.parameters.Input@606b5643, org.onap.sdc.toscaparser.api.parameters.Input@72de83dd, org.onap.sdc.toscaparser.api.parameters.Input@16f5bd74, org.onap.sdc.toscaparser.api.parameters.Input@4bac4999]
2022-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 52ef17d8-0fe5-4b61-b122-2dd571fb4c73: pNF 36e1bede-7733
2022-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Processing PNF resource: 3ba31634-1083-44bc-a9a9-2cba79fcd5b1
2022-03-04T16:07:31.937Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:07:31.938Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_OfXO94JDqjlyJUszZ3v7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:07:31.938Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||Resource customization UUID: 8fee9d97-774e-4492-ad94-4c8dc27eb651 is the same as notified resource customizationUUID: 8fee9d97-774e-4492-ad94-4c8dc27eb651
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-03-04T16:07:31.973Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 36e1bede-7733 3ba31634-1083-44bc-a9a9-2cba79fcd5b1 0 ASDC deployResourceStructure
2022-03-04T16:07:31.974Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar ASDC sendASDCNotification
2022-03-04T16:07:31.974Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar
2022-03-04T16:07:31.974Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:07:31.975Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:07:31.977Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:07:31.978Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410051974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:07:32.078Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:07:32.079Z||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-03-04T16:07:32.079Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:07:32.114Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:07:32.114Z||pool-184-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:07:32.978Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:07:32.987Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:07:32.988Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:07:32.989Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:07:32.989Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:08:02.989Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:08:02.999Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:08:03.001Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:08:03.001Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:08:03.001Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:08:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:08:20.548Z||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-03-04T16:08:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:08:20.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:08:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:08:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410040766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:08:20.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:08:33.001Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:08:33.009Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:08:33.011Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:08:33.011Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:08:33.011Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:09:03.011Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:09:03.021Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:09:03.023Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:09:03.023Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:09:03.023Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:09:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:09:20.548Z||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-03-04T16:09:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:09:20.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:09:20.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:09:20.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:09:20.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:09:33.024Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:09:33.031Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:09:33.039Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:09:33.039Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:09:33.043Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:10:03.043Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:10:03.052Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:10:03.054Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:10:03.054Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:10:03.054Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:10:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:10:20.548Z||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-03-04T16:10:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:10:21.105Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:10:21.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410040852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "cds",
  "timestamp": 1646410041774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-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-03-04T16:10:21.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:21.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410041859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "policy-id",
  "timestamp": 1646410042864,
  "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-03-04T16:10:21.129Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.129Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410035516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410036863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410046079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410047097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410048100,
  "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-03-04T16:10:21.151Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.151Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:21.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410040546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410040868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410049658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410050063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410051974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410046738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410056474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/resourceInstances/pnf36e1bede77330/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "aai-ml",
  "timestamp": 1646410057481,
  "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-03-04T16:10:21.175Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:21.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410051151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410059980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410061220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:10:21.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410061972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410062236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfxo94jdqjlyjuszz3v7/1.0/artifacts/service-DemoPnfOfxo94jdqjlyjuszz3v7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410062976,
  "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-03-04T16:10:21.188Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.188Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:21.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:10:21.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "clamp",
  "timestamp": 1646410063241,
  "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-03-04T16:10:21.200Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 911ec83e-bbc3-47c3-883f-ede54edbb489
2022-03-04T16:10:21.200Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:10:33.054Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:10:33.070Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:10:33.073Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:10:33.073Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:10:33.073Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:10:33.073Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:10:33.073Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:10:33.074Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:10:33.074Z|911ec83e-bbc3-47c3-883f-ede54edbb489|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-03-04T16:10:33.078Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:11:03.078Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 911ec83e-bbc3-47c3-883f-ede54edbb489 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-03-04T16:11:03.084Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 911ec83e-bbc3-47c3-883f-ede54edbb489 and serviceModelVersionId: 52ef17d8-0fe5-4b61-b122-2dd571fb4c73
2022-03-04T16:11:03.085Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb
2022-03-04T16:11:03.086Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0
2022-03-04T16:11:03.091Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:11:03.130Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Invoke
2022-03-04T16:11:03.130Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a4af359-13e5-460e-b74f-3604d2ac0993], X-ECOMP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-TransactionId=[], X-ONAP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], Content-Type=[application/merge-patch+json]}
2022-03-04T16:11:04.653Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Invoke
2022-03-04T16:11:04.654Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8663f46-0bdf-4cc2-8893-dd0ba114cb75], X-ECOMP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-TransactionId=[], X-ONAP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], Content-Type=[application/merge-patch+json]}
2022-03-04T16:11:06.195Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Invoke
2022-03-04T16:11:06.195Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c4b4ab6-bd62-413a-848e-9312617b1a97], X-ECOMP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], X-TransactionId=[], X-ONAP-RequestID=[911ec83e-bbc3-47c3-883f-ede54edbb489], Content-Type=[application/merge-patch+json]}
2022-03-04T16:11:07.219Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:11:07.220Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?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-03-04T16:11:07.221Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:11:07.221Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?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-03-04T16:11:07.229Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?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-03-04T16:11:07.229Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 911ec83e-bbc3-47c3-883f-ede54edbb489 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:11:07.229Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:11:07.229Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:07.231Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:07.231Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||try to send status {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410267229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:11:07.331Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:07.332Z||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-03-04T16:11:07.332Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:07.360Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:07.361Z||pool-185-thread-1|||||INFO|500||cambria reply ok (30 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-03-04T16:11:08.250Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:11:08.250Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T16:11:08.250Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:12.759Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:12.759Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||received message from topic
2022-03-04T16:11:12.759Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"789a20b3-8957-4eb7-98af-dacdc1f52a86","serviceName":"vFW 2022-03-04 16-08-02","serviceVersion":"1.0","serviceUUID":"6039e013-50fb-4f05-89e5-e7618f968f1d","serviceDescription":"catalog service description","serviceInvariantUUID":"30e609ac-c021-485f-a16c-fabea7d8bfd9","resources":[{"resourceInstanceName":"vFW 8ed94197-b802 0","resourceName":"vFW 8ed94197-b802","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40a1ebf2-5655-47fa-8db3-f83e65f663a2","resourceInvariantUUID":"2cc5a34b-5228-49cb-babe-c027b173d192","resourceCustomizationUUID":"a9b405c3-0b19-443c-9d95-43f13775615d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml","artifactChecksum":"MTdkZjJhMmY1ZjJjMDYzMWI0NDVmY2VlYmQxMDRmNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"400dfb7b-9c32-46a9-9d50-735981821d61","artifactVersion":"1"},{"artifactName":"vfw8ed94197b8020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json","artifactChecksum":"NmY5OGFhNGJjZGQwNmE3ZjY2Y2E0YTgzM2U5Yjk1OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"825d30e0-3317-4afb-a6cf-e6fc2161dc68","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6757fbfc-5ffe-402a-8659-84d4986714e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml","artifactChecksum":"OGJlMTcyYTM0MmE2NjlhMzQzYzBhZmNhYWYyYjM5MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3081541d-ce4c-4a49-a644-8272aac5ec56","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"977fc21b-d1d1-4490-818e-9eea5eea4113","artifactVersion":"2","generatedFromUUID":"6757fbfc-5ffe-402a-8659-84d4986714e8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304160802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml","artifactChecksum":"NzcyNDgzMmFiZGRlZDRiYTBkYTE1NGIwYTVhY2RiMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b0310ff-7380-4929-93de-b2ea75525185","artifactVersion":"1"},{"artifactName":"service-Vfw20220304160802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar","artifactChecksum":"ZjYwM2RmMTJmODVmNDUyZTIzNmJjNTcwNmViMTEzNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bce38a6-02df-46e2-94c1-b9193f69aa15","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:11:12.761Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:12.761Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:12.763Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:12.763Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:12.863Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:12.864Z||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-03-04T16:11:12.864Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:12.893Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:12.894Z||pool-186-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:13.764Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:13.764Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:13.766Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:13.766Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:11:13.866Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:13.867Z||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-03-04T16:11:13.867Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:13.891Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:13.891Z||pool-187-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:14.766Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:14.767Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:14.769Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:14.769Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:11:14.869Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:14.870Z||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-03-04T16:11:14.870Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:14.897Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:14.898Z||pool-188-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:15.770Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:15.770Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:15.772Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:15.773Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:15.873Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:15.874Z||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-03-04T16:11:15.874Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:15.920Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:15.921Z||pool-189-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:16.773Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:16.774Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:16.777Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:16.777Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:11:16.877Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:16.877Z||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-03-04T16:11:16.877Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:16.911Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:16.912Z||pool-190-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:17.777Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:17.778Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:17.780Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:17.780Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:17.881Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:17.882Z||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-03-04T16:11:17.882Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:17.916Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:17.916Z||pool-191-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:18.780Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:11:18.781Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:18.784Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:18.784Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:18.884Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:18.885Z||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-03-04T16:11:18.885Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:18.928Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:18.929Z||pool-192-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:11:19.785Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "serviceName": "vFW 2022-03-04 16-08-02",
  "serviceVersion": "1.0",
  "serviceUUID": "6039e013-50fb-4f05-89e5-e7618f968f1d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30e609ac-c021-485f-a16c-fabea7d8bfd9",
  "resources": [
    {
      "resourceInstanceName": "vFW 8ed94197-b802 0",
      "resourceCustomizationUUID": "a9b405c3-0b19-443c-9d95-43f13775615d",
      "resourceName": "vFW 8ed94197-b802",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40a1ebf2-5655-47fa-8db3-f83e65f663a2",
      "resourceInvariantUUID": "2cc5a34b-5228-49cb-babe-c027b173d192",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8ed94197b8020_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
          "artifactChecksum": "NmY5OGFhNGJjZGQwNmE3ZjY2Y2E0YTgzM2U5Yjk1OWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "825d30e0-3317-4afb-a6cf-e6fc2161dc68",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6757fbfc-5ffe-402a-8659-84d4986714e8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "977fc21b-d1d1-4490-818e-9eea5eea4113",
            "generatedFromUUID": "6757fbfc-5ffe-402a-8659-84d4986714e8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "977fc21b-d1d1-4490-818e-9eea5eea4113",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304160802-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
      "artifactChecksum": "ZjYwM2RmMTJmODVmNDUyZTIzNmJjNTcwNmViMTEzNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8bce38a6-02df-46e2-94c1-b9193f69aa15"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:11:19.786Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:11:19.786Z|681dd05d-ded1-4f12-8ace-db04c3930561|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6039e013-50fb-4f05-89e5-e7618f968f1d ASDC
2022-03-04T16:11:19.786Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||ASDC Notification:
DistributionID:789a20b3-8957-4eb7-98af-dacdc1f52a86
ServiceName:vFW 2022-03-04 16-08-02
ServiceVersion:1.0
ServiceUUID:6039e013-50fb-4f05-89e5-e7618f968f1d
ServiceInvariantUUID:30e609ac-c021-485f-a16c-fabea7d8bfd9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304160802-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar
ArtifactUUID:8bce38a6-02df-46e2-94c1-b9193f69aa15
ArtifactChecksum:ZjYwM2RmMTJmODVmNDUyZTIzNmJjNTcwNmViMTEzNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8ed94197-b802 0
ResourceCustomizationUUID:a9b405c3-0b19-443c-9d95-43f13775615d
ResourceInvariantUUID:2cc5a34b-5228-49cb-babe-c027b173d192
ResourceName:vFW 8ed94197-b802
ResourceType:VF
ResourceUUID:40a1ebf2-5655-47fa-8db3-f83e65f663a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8ed94197b8020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json
ArtifactUUID:825d30e0-3317-4afb-a6cf-e6fc2161dc68
ArtifactChecksum:NmY5OGFhNGJjZGQwNmE3ZjY2Y2E0YTgzM2U5Yjk1OWE=
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/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml
ArtifactUUID:6757fbfc-5ffe-402a-8659-84d4986714e8
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/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
ArtifactUUID:977fc21b-d1d1-4490-818e-9eea5eea4113
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/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
ArtifactUUID:977fc21b-d1d1-4490-818e-9eea5eea4113
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T16:11:19.787Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6039e013-50fb-4f05-89e5-e7618f968f1d 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-03-04T16:11:19.818Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:11:19.819Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:11:19.819Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:11:19.819Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Trying to download the artifact UUID: 8bce38a6-02df-46e2-94c1-b9193f69aa15 from URL: /sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:19.819Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:11:19.820Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:20.259Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:11:20.262Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar 8bce38a6-02df-46e2-94c1-b9193f69aa15 98935
2022-03-04T16:11:20.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar ASDC sendASDCNotification
2022-03-04T16:11:20.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:20.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:11:20.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:20.265Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:20.265Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410280263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:20.366Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:11:20.367Z||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-03-04T16:11:20.367Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:20.417Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:20.417Z||pool-193-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:11:20.548Z||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-03-04T16:11:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:21.266Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:11:21.267Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:11:21.267Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Trying to write artifact UUID: 8bce38a6-02df-46e2-94c1-b9193f69aa15, URL: /sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar to file: /app/ASDC/1/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:21.268Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304160802-csar.csar
2022-03-04T16:11:21.268Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:21.268Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:21.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:21.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410236863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410235516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410239671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410249454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410249440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "cds",
  "timestamp": 1646410250455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-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-03-04T16:11:21.290Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.290Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410243905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410250965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410252340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410252864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410253349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410253889,
  "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-03-04T16:11:21.306Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.307Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "policy-id",
  "timestamp": 1646410254355,
  "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-03-04T16:11:21.318Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.318Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410254892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410250868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410258913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410256738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "911ec83e-bbc3-47c3-883f-ede54edbb489",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410267229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410261152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410269239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410270318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "aai-ml",
  "timestamp": 1646410271325,
  "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-03-04T16:11:21.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410272463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:21.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410273467,
  "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-03-04T16:11:21.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410277256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410268250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410279263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410280263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:11:21.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:11:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "clamp",
  "timestamp": 1646410280269,
  "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-03-04T16:11:21.360Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 789a20b3-8957-4eb7-98af-dacdc1f52a86
2022-03-04T16:11:21.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:11:21.490Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1632784646087662565/Definitions/service-Vfw20220304160802-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-03-04T16:11:23.270Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|WARN|500||####################################################################################################
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8ed94197-b802 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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.271Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-Vfw20220304160802-csar.csar
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|WARN|500||####################################################################################################
2022-03-04T16:11:23.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.273Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:23.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:11:23.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:23.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:11:23.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:11:23.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fd7817e-75fe-47a7-875f-9e6c5ab17003
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=903553b2-15af-4324-81e7-4e7c8fc5de18
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd655100-fb4b-4ed5-91e0-0e6439afc297
2022-03-04T16:11:23.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:23.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 16-08-02
Description:catalog service description
Model UUID:6039e013-50fb-4f05-89e5-e7618f968f1d
Model Version:NULL
Model InvariantUuid:30e609ac-c021-485f-a16c-fabea7d8bfd9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8ed94197-b802
Model UUID:77daff8e-5aca-44ae-bb86-4ff8e1ee99bc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2cc5a34b-5228-49cb-babe-c027b173d192
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a9b405c3-0b19-443c-9d95-43f13775615d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a235f21e-fe96-4df4-af23-e43ed087e603
ModelName:Vfw8ed94197B802..base_vfw..module-0
ModelUuid:5efcc507-292b-41b1-ba2b-e4b4e987e9c8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3fd7817e-75fe-47a7-875f-9e6c5ab17003
ModelInvariantUuid:af119abc-8645-4cc5-841b-edc6974eca72
ModelName:vFW 8ed94197-b802-nodes.vfwCvfc
ModelUuid:5cec38ab-8b6c-4b9b-b3e3-eb7173e341af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d9a92999-9620-476b-96c2-2b9d9a25fae8
ModelInvariantUuid:b0fc3ef9-5c39-43a4-a50b-008007aadbc7
ModelName:Vfw8ed94197B802.compute.nodes.heat.vfw
ModelUuid:3d7cadd3-dabf-4ef3-9b1f-a13df59918f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:903553b2-15af-4324-81e7-4e7c8fc5de18
ModelInvariantUuid:342c4514-9860-4898-a744-d51ccf78988d
ModelName:vFW 8ed94197-b802-nodes.vsnCvfc
ModelUuid:57a41166-a8c5-4c54-b060-1f5d7fdaacbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c2005dee-5b28-4335-877a-79c8398d89a3
ModelInvariantUuid:97026b2a-2f4e-47c4-b362-1ae5db3de7fa
ModelName:Vfw8ed94197B802.compute.nodes.heat.vsn
ModelUuid:b82b5d8a-77a8-4972-9921-899617cd0143
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd655100-fb4b-4ed5-91e0-0e6439afc297
ModelInvariantUuid:acc5d496-2179-46c1-bb1c-bb124c3764ba
ModelName:vFW 8ed94197-b802-nodes.vpgCvfc
ModelUuid:8b269957-fc51-4199-bc0a-67c695a051b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:996001f8-d62f-4d38-83c6-9ac65aeb6126
ModelInvariantUuid:13971bce-d8c9-4451-8dc3-4796e169ae9d
ModelName:Vfw8ed94197B802.compute.nodes.heat.vpg
ModelUuid:5d1c3f44-f15f-4b1a-a273-b1236e696c0f
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-03-04T16:11:23.291Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 40a1ebf2-5655-47fa-8db3-f83e65f663a2
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-03-04T16:11:23.293Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||vFW 8ed94197-b802 0
2022-03-04T16:11:23.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 40a1ebf2-5655-47fa-8db3-f83e65f663a2
2022-03-04T16:11:23.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Trying to download the artifact UUID: 825d30e0-3317-4afb-a6cf-e6fc2161dc68 from URL: /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json
2022-03-04T16:11:23.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:11:23.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json
2022-03-04T16:11:23.783Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:11:23.783Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json 825d30e0-3317-4afb-a6cf-e6fc2161dc68 785
2022-03-04T16:11:23.783Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json ASDC sendASDCNotification
2022-03-04T16:11:23.783Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json
2022-03-04T16:11:23.783Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:11:23.784Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:23.785Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:23.785Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410283783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:23.885Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:23.886Z||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-03-04T16:11:23.886Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:23.918Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:23.918Z||pool-194-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:24.786Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8ed94197B802..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a235f21e-fe96-4df4-af23-e43ed087e603",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5efcc507-292b-41b1-ba2b-e4b4e987e9c8",
    "vfModuleModelCustomizationUUID": "72f8c22a-d0db-4eb0-9be6-389f3dfa40ad",
    "isBase": true,
    "artifacts": [
      "6757fbfc-5ffe-402a-8659-84d4986714e8",
      "977fc21b-d1d1-4490-818e-9eea5eea4113"
    ],
    "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-03-04T16:11:24.790Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8ed94197B802..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5efcc507-292b-41b1-ba2b-e4b4e987e9c8
VfModuleModelInvariantUUID:a235f21e-fe96-4df4-af23-e43ed087e603
VfModuleModelDescription:NULL
Artifacts UUID List:{
6757fbfc-5ffe-402a-8659-84d4986714e8
,
977fc21b-d1d1-4490-818e-9eea5eea4113

}
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-03-04T16:11:24.792Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8ed94197B802..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a235f21e-fe96-4df4-af23-e43ed087e603",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5efcc507-292b-41b1-ba2b-e4b4e987e9c8",
    "vfModuleModelCustomizationUUID": "72f8c22a-d0db-4eb0-9be6-389f3dfa40ad",
    "isBase": true,
    "artifacts": [
      "6757fbfc-5ffe-402a-8659-84d4986714e8",
      "977fc21b-d1d1-4490-818e-9eea5eea4113"
    ],
    "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-03-04T16:11:24.792Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8ed94197B802..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5efcc507-292b-41b1-ba2b-e4b4e987e9c8
VfModuleModelInvariantUUID:a235f21e-fe96-4df4-af23-e43ed087e603
VfModuleModelDescription:NULL
Artifacts UUID List:{
6757fbfc-5ffe-402a-8659-84d4986714e8
,
977fc21b-d1d1-4490-818e-9eea5eea4113

}
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-03-04T16:11:24.792Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Trying to download the artifact UUID: 6757fbfc-5ffe-402a-8659-84d4986714e8 from URL: /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml
2022-03-04T16:11:24.792Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:11:24.792Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml
2022-03-04T16:11:25.260Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:11:25.261Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml 6757fbfc-5ffe-402a-8659-84d4986714e8 20368
2022-03-04T16:11:25.261Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:11:25.261Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml
2022-03-04T16:11:25.261Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:11:25.261Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:25.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:25.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410285261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:25.363Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:25.364Z||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-03-04T16:11:25.364Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:25.410Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:25.411Z||pool-195-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:26.263Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Trying to download the artifact UUID: 977fc21b-d1d1-4490-818e-9eea5eea4113 from URL: /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
2022-03-04T16:11:26.264Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:11:26.264Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
2022-03-04T16:11:26.853Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:11:26.853Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env 977fc21b-d1d1-4490-818e-9eea5eea4113 2098
2022-03-04T16:11:26.854Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:11:26.854Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
2022-03-04T16:11:26.854Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:11:26.854Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:26.856Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:26.856Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410286854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:11:26.956Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:26.957Z||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-03-04T16:11:26.957Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:27.015Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:27.015Z||pool-196-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:27.857Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Preparing to deploy Service: 6039e013-50fb-4f05-89e5-e7618f968f1d
2022-03-04T16:11:27.857Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8ed94197-b802 0 40a1ebf2-5655-47fa-8db3-f83e65f663a2 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-03-04T16:11:27.877Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e5767e5, org.onap.sdc.toscaparser.api.parameters.Input@271130fa, org.onap.sdc.toscaparser.api.parameters.Input@377f3723, org.onap.sdc.toscaparser.api.parameters.Input@596a0571, org.onap.sdc.toscaparser.api.parameters.Input@cd729f6]
2022-03-04T16:11:27.878Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.879Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.879Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T16:11:27.879Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||VFCustomizationUUID= a9b405c3-0b19-443c-9d95-43f13775615d
2022-03-04T16:11:27.879Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9b405c3-0b19-443c-9d95-43f13775615d matches Tosca VF Customization UUID: a9b405c3-0b19-443c-9d95-43f13775615d
2022-03-04T16:11:27.879Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||vfCustomizationUUID: a9b405c3-0b19-443c-9d95-43f13775615d  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-03-04T16:11:27.881Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.881Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.882Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||resource request for resource customization id a9b405c3-0b19-443c-9d95-43f13775615d: {\"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-03-04T16:11:27.882Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65af7247
2022-03-04T16:11:27.882Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.882Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:11:27.883Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72f8c22a-d0db-4eb0-9be6-389f3dfa40ad
2022-03-04T16:11:27.883Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72f8c22a-d0db-4eb0-9be6-389f3dfa40ad
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-03-04T16:11:27.885Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.885Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.885Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:27.885Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.885Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:11:27.886Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:11:27.887Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.888Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:11:27.888Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.888Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fd7817e-75fe-47a7-875f-9e6c5ab17003
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-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:27.890Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:27.891Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:11:27.892Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:11:27.892Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.892Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:11:27.892Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.892Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=903553b2-15af-4324-81e7-4e7c8fc5de18
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-03-04T16:11:27.894Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is not matching search criteria
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:11:27.895Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:11:27.896Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:11:27.897Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:11:27.897Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:11:27.897Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:11:27.897Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd655100-fb4b-4ed5-91e0-0e6439afc297
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-03-04T16:11:27.899Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.899Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.899Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:11:27.899Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.900Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Node template vFW 8ed94197-b802 0 is matching search criteria
2022-03-04T16:11:27.900Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found topology templates [vFW 8ed94197-b802 0] matching following query criteria: sdcType=VF, customizationUUID=a9b405c3-0b19-443c-9d95-43f13775615d
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-03-04T16:11:27.901Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.901Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500|| resourceSeq for service uuid 6039e013-50fb-4f05-89e5-e7618f968f1d: vFW 8ed94197-b802
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.902Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.903Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.903Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.903Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:11:27.903Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Service vFW 2022-03-04 16-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:11:27.903Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||Saving Service: vFW 2022-03-04 16-08-02 
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-03-04T16:11:28.066Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8ed94197-b802 40a1ebf2-5655-47fa-8db3-f83e65f663a2 1 ASDC deployResourceStructure
2022-03-04T16:11:28.067Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json ASDC sendASDCNotification
2022-03-04T16:11:28.067Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json
2022-03-04T16:11:28.067Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:11:28.067Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:28.069Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:28.069Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410288067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:28.169Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:28.170Z||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-03-04T16:11:28.170Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:28.209Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:28.209Z||pool-197-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:29.070Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:11:29.071Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml
2022-03-04T16:11:29.071Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:11:29.071Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:29.075Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:29.077Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410289070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:29.174Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-04T16:11:29.175Z||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-03-04T16:11:29.175Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:29.201Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:29.201Z||pool-198-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:11:30.078Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:11:30.079Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env
2022-03-04T16:11:30.079Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:11:30.079Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:30.081Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:30.081Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410290078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:30.181Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:30.182Z||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-03-04T16:11:30.182Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:30.223Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:30.224Z||pool-199-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:11:31.083Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar ASDC sendASDCNotification
2022-03-04T16:11:31.083Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar
2022-03-04T16:11:31.083Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:11:31.084Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:11:31.086Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:11:31.086Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410291082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:11:31.186Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:11:31.187Z||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-03-04T16:11:31.187Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:11:31.258Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:11:31.258Z||pool-200-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:11:32.087Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 789a20b3-8957-4eb7-98af-dacdc1f52a86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:11:32.095Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 789a20b3-8957-4eb7-98af-dacdc1f52a86
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:11:32.098Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:11:32.098Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:11:32.099Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:11:32.099Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:11:32.099Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:11:32.099Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?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-03-04T16:11:32.103Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:12:02.103Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 789a20b3-8957-4eb7-98af-dacdc1f52a86 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-03-04T16:12:02.110Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 789a20b3-8957-4eb7-98af-dacdc1f52a86 and serviceModelVersionId: 6039e013-50fb-4f05-89e5-e7618f968f1d
2022-03-04T16:12:02.110Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30e609ac-c021-485f-a16c-fabea7d8bfd9
2022-03-04T16:12:02.111Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0
2022-03-04T16:12:02.116Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93ef589b-30e8-4306-8381-a972b55ce898/model-vers/model-ver/9eacc712-f285-4cbc-b323-0d3dd0c24d61?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:12:02.149Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Invoke
2022-03-04T16:12:02.150Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83200a51-6853-44c0-98fe-27b44f0cfa36], X-ECOMP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-TransactionId=[], X-ONAP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], Content-Type=[application/merge-patch+json]}
2022-03-04T16:12:03.692Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Invoke
2022-03-04T16:12:03.692Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eae7d985-dd8e-428c-8d3b-158468fd77d7], X-ECOMP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-TransactionId=[], X-ONAP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], Content-Type=[application/merge-patch+json]}
2022-03-04T16:12:05.229Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Invoke
2022-03-04T16:12:05.230Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb9f5ec9-339b-4f29-baf4-17863b11b4d2], X-ECOMP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], X-TransactionId=[], X-ONAP-RequestID=[789a20b3-8957-4eb7-98af-dacdc1f52a86], Content-Type=[application/merge-patch+json]}
2022-03-04T16:12:06.268Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:12:06.269Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:12:06.270Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:12:06.270Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:12:06.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:12:06.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 789a20b3-8957-4eb7-98af-dacdc1f52a86 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:12:06.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:12:06.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:12:06.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:12:06.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||try to send status {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410326278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:12:06.382Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:12:06.383Z||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-03-04T16:12:06.383Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:06.423Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:12:06.423Z||pool-201-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":3,"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-03-04T16:12:07.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:12:07.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:12:07.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:17.024Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:12:17.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:12:17.026Z||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-03-04T16:12:17.026Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:12:20.548Z||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-03-04T16:12:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:21.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:12:21.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410283783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410285261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410286854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410288067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/vfw8ed94197b8020_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410289070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410290078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/resourceInstances/vfw8ed94197b8020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410291082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304160802/1.0/artifacts/service-Vfw20220304160802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:12:21.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:21.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:12:21.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "789a20b3-8957-4eb7-98af-dacdc1f52a86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410326278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:12:21.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:12:26.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:12:26.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:12:26.700Z||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-03-04T16:12:26.700Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:36.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:12:36.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:12:36.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-03-04T16:12:36.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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:12:46.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:13:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:13:20.547Z||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-03-04T16:13:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:13:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:13:20.548Z||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-03-04T16:13:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:13:30.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:13:30.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:20.545Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:14:20.546Z||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-03-04T16:14:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:14:20.548Z||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-03-04T16:14:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:27.111Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:27.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T16:14:27.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5529a15-0107-4277-b8d5-7f5778a91496","serviceName":"Demo_pNF_6tI6p4Xr2HR9pQiZmmxh","serviceVersion":"1.0","serviceUUID":"bdd92c33-a5b0-484e-b98d-05b62b8d5397","serviceDescription":"catalog service description","serviceInvariantUUID":"df12281b-ab04-4b0d-84ec-853197a7a936","resources":[{"resourceInstanceName":"pNF c0b6e0ea-f6a5 0","resourceName":"pNF c0b6e0ea-f6a5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a72e167-3855-4a1c-9c45-9a5fde83b1ef","resourceInvariantUUID":"849e135f-2f12-447c-aa2f-e7a8b790c796","resourceCustomizationUUID":"f08cafea-e56f-40fd-adaf-cdba1f3ad73f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml","artifactChecksum":"YWY4NjZiMmIyNjE2ZDgyNGVlYmQ5NTJmNjdmOWI1MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8a170d3-fb75-4c61-9cbf-5690f1ebb613","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6332df9c-b615-479a-8f09-43278acbf736","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99d97d23-1aae-481e-b733-6577bfa64dbc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmY0YTg4NmI1NmE1OTU3ZDM3ZThmMGQ3NmVkN2U1M2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"caf6bc20-bffe-4a4c-9ce6-8c969107265e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b21ad17-bcf5-48f7-9bec-8b3994e10d3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdda4ba1-6fda-442a-a74b-10eb3db3c0c1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml","artifactChecksum":"OWIzYmY4NGUxYzVlNjNmMzZmODVlYzc4ZTQxZDRiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2076a0c1-be76-4884-8eb4-f8589bd7890a","artifactVersion":"1"},{"artifactName":"service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar","artifactChecksum":"MTM2NzQ5YmQwMjhmZjk2NjM5ZWNiZjJlN2I4NzE4OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"258f1f67-8a09-4a43-9f2e-eb872e2ed469","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:14:27.115Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:27.116Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:27.120Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:27.121Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:27.221Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:27.222Z||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-03-04T16:14:27.222Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:27.239Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:27.240Z||pool-202-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:27.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:27.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:14:27.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:27.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:14:28.121Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:28.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:28.125Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:28.126Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:28.226Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:28.227Z||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-03-04T16:14:28.227Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:28.317Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:28.318Z||pool-203-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:29.126Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:29.127Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:29.130Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:29.130Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:29.231Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:14:29.232Z||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-03-04T16:14:29.232Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:29.289Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:29.290Z||pool-204-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":2,"count":1}
2022-03-04T16:14:30.131Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:30.131Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:30.137Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:30.137Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:30.234Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-04T16:14:30.235Z||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-03-04T16:14:30.235Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:30.259Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:30.259Z||pool-205-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:31.142Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:31.143Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:31.149Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:31.151Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:31.249Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-04T16:14:31.250Z||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-03-04T16:14:31.250Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:31.324Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:31.325Z||pool-206-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:32.152Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:32.153Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:32.155Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:32.155Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:32.255Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:32.256Z||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-03-04T16:14:32.256Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:32.291Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:32.292Z||pool-207-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:33.155Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:33.156Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:33.158Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:33.158Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:14:33.258Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:33.259Z||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-03-04T16:14:33.259Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:33.285Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:33.285Z||pool-208-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:34.158Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:14:34.159Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:34.161Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:34.161Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:14:34.261Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:34.262Z||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-03-04T16:14:34.263Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:34.302Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:34.302Z||pool-209-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:35.162Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "serviceName": "Demo_pNF_6tI6p4Xr2HR9pQiZmmxh",
  "serviceVersion": "1.0",
  "serviceUUID": "bdd92c33-a5b0-484e-b98d-05b62b8d5397",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df12281b-ab04-4b0d-84ec-853197a7a936",
  "resources": [
    {
      "resourceInstanceName": "pNF c0b6e0ea-f6a5 0",
      "resourceCustomizationUUID": "f08cafea-e56f-40fd-adaf-cdba1f3ad73f",
      "resourceName": "pNF c0b6e0ea-f6a5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9a72e167-3855-4a1c-9c45-9a5fde83b1ef",
      "resourceInvariantUUID": "849e135f-2f12-447c-aa2f-e7a8b790c796",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
      "artifactChecksum": "MTM2NzQ5YmQwMjhmZjk2NjM5ZWNiZjJlN2I4NzE4OWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "258f1f67-8a09-4a43-9f2e-eb872e2ed469"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:14:35.163Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:14:35.163Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdd92c33-a5b0-484e-b98d-05b62b8d5397 ASDC
2022-03-04T16:14:35.164Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a5529a15-0107-4277-b8d5-7f5778a91496
ServiceName:Demo_pNF_6tI6p4Xr2HR9pQiZmmxh
ServiceVersion:1.0
ServiceUUID:bdd92c33-a5b0-484e-b98d-05b62b8d5397
ServiceInvariantUUID:df12281b-ab04-4b0d-84ec-853197a7a936
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
ArtifactUUID:258f1f67-8a09-4a43-9f2e-eb872e2ed469
ArtifactChecksum:MTM2NzQ5YmQwMjhmZjk2NjM5ZWNiZjJlN2I4NzE4OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c0b6e0ea-f6a5 0
ResourceCustomizationUUID:f08cafea-e56f-40fd-adaf-cdba1f3ad73f
ResourceInvariantUUID:849e135f-2f12-447c-aa2f-e7a8b790c796
ResourceName:pNF c0b6e0ea-f6a5
ResourceType:PNF
ResourceUUID:9a72e167-3855-4a1c-9c45-9a5fde83b1ef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:14:35.164Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdd92c33-a5b0-484e-b98d-05b62b8d5397 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-03-04T16:14:35.196Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:14:35.197Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T16:14:35.198Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T16:14:35.198Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 258f1f67-8a09-4a43-9f2e-eb872e2ed469 from URL: /sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:35.198Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-04T16:14:35.198Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:35.540Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-04T16:14:35.547Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar 258f1f67-8a09-4a43-9f2e-eb872e2ed469 82650
2022-03-04T16:14:35.548Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar ASDC sendASDCNotification
2022-03-04T16:14:35.548Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:35.548Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:14:35.548Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:35.550Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:35.550Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410475547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:14:35.651Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:14:35.652Z||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-03-04T16:14:35.653Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:35.680Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:35.680Z||pool-210-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:36.551Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:14:36.552Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T16:14:36.553Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 258f1f67-8a09-4a43-9f2e-eb872e2ed469, URL: /sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar to file: /app/ASDC/1/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:36.553Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:36.554Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:36.554Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:36.839Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4149736275102574122/Definitions/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml
2022-03-04T16:14:37.788Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0b6e0ea-f6a5 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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.789Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|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-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.790Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Node template pNF c0b6e0ea-f6a5 0 is matching search criteria
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c0b6e0ea-f6a5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Node template pNF c0b6e0ea-f6a5 0 is matching search criteria
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T16:14:37.791Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c0b6e0ea-f6a5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.792Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.793Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.793Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6tI6p4Xr2HR9pQiZmmxh
Description:catalog service description
Model UUID:bdd92c33-a5b0-484e-b98d-05b62b8d5397
Model Version:NULL
Model InvariantUuid:df12281b-ab04-4b0d-84ec-853197a7a936
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-03-04T16:14:37.799Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a72e167-3855-4a1c-9c45-9a5fde83b1ef
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-03-04T16:14:37.802Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||pNF c0b6e0ea-f6a5 0
2022-03-04T16:14:37.803Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a72e167-3855-4a1c-9c45-9a5fde83b1ef
2022-03-04T16:14:37.803Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||No resources found for Service: bdd92c33-a5b0-484e-b98d-05b62b8d5397
2022-03-04T16:14:37.803Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bdd92c33-a5b0-484e-b98d-05b62b8d5397
2022-03-04T16:14:37.803Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c0b6e0ea-f6a5 0 9a72e167-3855-4a1c-9c45-9a5fde83b1ef 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-03-04T16:14:37.807Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25501069, org.onap.sdc.toscaparser.api.parameters.Input@6183cfa, org.onap.sdc.toscaparser.api.parameters.Input@36d49c40, org.onap.sdc.toscaparser.api.parameters.Input@7719736c, org.onap.sdc.toscaparser.api.parameters.Input@52eff6be]
2022-03-04T16:14:37.807Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.807Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.808Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bdd92c33-a5b0-484e-b98d-05b62b8d5397: pNF c0b6e0ea-f6a5
2022-03-04T16:14:37.808Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Processing PNF resource: 9a72e167-3855-4a1c-9c45-9a5fde83b1ef
2022-03-04T16:14:37.808Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:14:37.808Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6tI6p4Xr2HR9pQiZmmxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:14:37.808Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||Resource customization UUID: f08cafea-e56f-40fd-adaf-cdba1f3ad73f is the same as notified resource customizationUUID: f08cafea-e56f-40fd-adaf-cdba1f3ad73f
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-03-04T16:14:37.840Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c0b6e0ea-f6a5 9a72e167-3855-4a1c-9c45-9a5fde83b1ef 0 ASDC deployResourceStructure
2022-03-04T16:14:37.840Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar ASDC sendASDCNotification
2022-03-04T16:14:37.840Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar
2022-03-04T16:14:37.840Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:14:37.840Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:14:37.842Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:14:37.842Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410477840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:14:37.942Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:14:37.943Z||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-03-04T16:14:37.943Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:14:37.971Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:14:37.972Z||pool-211-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:14:38.842Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:14:38.853Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:14:38.854Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:14:38.854Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:14:38.854Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:15:08.855Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:15:08.862Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:15:08.863Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:15:08.863Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:15:08.863Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:15:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:15:20.548Z||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-03-04T16:15:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:15:20.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:15:20.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:15:20.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:15:20.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:15:38.864Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:15:38.873Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:15:38.874Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:15:38.875Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:15:38.875Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:16:08.875Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:16:08.883Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:16:08.884Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:16:08.885Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:16:08.885Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:16:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:16:20.548Z||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-03-04T16:16:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:16:20.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:16:20.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:16:20.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:16:20.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:16:38.885Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:16:38.895Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:16:38.896Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:16:38.897Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:16:38.897Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:17:08.897Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:17:08.907Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:17:08.909Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:17:08.909Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:17:08.909Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:17:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:17:20.548Z||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-03-04T16:17:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:17:21.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:17:21.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410464671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410460868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410460545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410463905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410466738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410475823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410475547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410475959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410475955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "cds",
  "timestamp": 1646410476830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-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-03-04T16:17:21.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410476963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:17:21.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "policy-id",
  "timestamp": 1646410477974,
  "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-03-04T16:17:21.164Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.164Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:21.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410477840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410478289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410471150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410480001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410480295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "clamp",
  "timestamp": 1646410481299,
  "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-03-04T16:17:21.181Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.181Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:21.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410482037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410482348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410475516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646410483044,
  "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-03-04T16:17:21.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:21.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "aai-ml",
  "timestamp": 1646410483353,
  "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-03-04T16:17:21.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:21.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410476863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/artifacts/service-DemoPnf6ti6p4xr2hr9pqizmmxh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410486086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410487102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ti6p4xr2hr9pqizmmxh/1.0/resourceInstances/pnfc0b6e0eaf6a50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:17:21.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:17:21.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410488104,
  "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-03-04T16:17:21.217Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a5529a15-0107-4277-b8d5-7f5778a91496
2022-03-04T16:17:21.217Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:17:38.909Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:17:38.920Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:17:38.922Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:17:38.922Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:17:38.922Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:17:38.922Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:17:38.922Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:17:38.923Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:17:38.923Z|a5529a15-0107-4277-b8d5-7f5778a91496|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-03-04T16:17:38.928Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:18:08.928Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5529a15-0107-4277-b8d5-7f5778a91496 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-03-04T16:18:08.933Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5529a15-0107-4277-b8d5-7f5778a91496 and serviceModelVersionId: bdd92c33-a5b0-484e-b98d-05b62b8d5397
2022-03-04T16:18:08.933Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df12281b-ab04-4b0d-84ec-853197a7a936
2022-03-04T16:18:08.935Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0
2022-03-04T16:18:08.941Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:18:08.980Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:08.982Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Invoke
2022-03-04T16:18:10.511Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:10.512Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Invoke
2022-03-04T16:18:12.049Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:12.051Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Invoke
2022-03-04T16:18:13.077Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:18:13.081Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:13.082Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:18:13.082Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:13.093Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:13.093Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5529a15-0107-4277-b8d5-7f5778a91496 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:18:13.094Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:18:13.094Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:18:13.096Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:18:13.097Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410693094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:18:13.197Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:18:13.197Z||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-03-04T16:18:13.198Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:13.231Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:18:13.232Z||pool-212-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"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-03-04T16:18:14.108Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:18:14.109Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:14.109Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:18:20.548Z||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-03-04T16:18:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:21.203Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:18:21.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:18:21.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5529a15-0107-4277-b8d5-7f5778a91496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646410693094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:18:21.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:18:24.543Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:18:24.544Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:18:24.544Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:24.544Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:34.237Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:18:34.237Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:18:34.238Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:34.238Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:43.895Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:18:43.896Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:18:43.897Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:18:43.897Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:18:53.613Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:19:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:19:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:19:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:19:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:19:20.548Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:19:20.549Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:19:30.182Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:19:30.198Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:20:20.545Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:20:20.547Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:20:20.547Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:20:20.547Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:20:20.548Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:20:20.548Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:20:30.159Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:20:30.164Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:21:20.545Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:21:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:21:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:21:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:21:20.549Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:21:20.549Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:21:30.152Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:21:30.152Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:22:20.545Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:22:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:22:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:22:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:22:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:22:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:22:30.140Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:22:30.156Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:20.545Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:23:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:23:20.546Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:20.547Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:23:20.548Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?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-03-04T16:23:20.548Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:20.903Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:20.905Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.905Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.906Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.907Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.907Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.907Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.907Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.907Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.908Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.909Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.910Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.911Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.912Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.913Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646410989672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.914Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646410983905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.915Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:23:20.916Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646411000467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:20.917Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:23:20.918Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:20.918Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646411000456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:20.918Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:23:21.249Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:21.256Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||received message from topic
2022-03-04T16:23:21.256Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d5b82594-65ea-4922-b951-c3b3125318d7","serviceName":"vFW 2022-03-04 16-20-21","serviceVersion":"1.0","serviceUUID":"545d360e-bd0d-4973-b9e2-b55313e6e92f","serviceDescription":"catalog service description","serviceInvariantUUID":"9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746","resources":[{"resourceInstanceName":"vFW 47494c48-b32f 0","resourceName":"vFW 47494c48-b32f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6a32b5b-bc30-4f9f-b880-4860d7e1f48d","resourceInvariantUUID":"afcd9efc-bd99-4d2c-a532-da374ebc7f18","resourceCustomizationUUID":"ce6d77c0-995e-4f26-a4e9-80c75c9959bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml","artifactChecksum":"OTk0YWZiNTNlNjY4ODcwMzE3ZDQ3MjdiYzkwZWYxNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc5fec10-2ea3-4668-bd93-90abedc4b011","artifactVersion":"1"},{"artifactName":"vfw47494c48b32f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json","artifactChecksum":"MGRhNTM5ZWIxZjFjYzlmYWQ5NjVjZjI1NTkyYTAxZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"311dd662-1dda-44a7-82bd-34feae130c4f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc40cc63-7093-4479-9266-9e179895d9bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ODRjZjMyZWU2M2FhNGM2ODc4Mzg3OWY2NWFlMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f18c1469-2ff7-436e-a440-6414dc2f23d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e7045eb-0463-4e2a-85d7-61152b55516a","artifactVersion":"2","generatedFromUUID":"fc40cc63-7093-4479-9266-9e179895d9bc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304162021-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml","artifactChecksum":"OGJlNDg2OGI2YTllMWEwNGFkZjAwN2MxODhmZWJlNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2cb9812-3dfb-43d0-8cc9-d3c7684286ac","artifactVersion":"1"},{"artifactName":"service-Vfw20220304162021-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar","artifactChecksum":"MmNkZGE0OGI0MTUxMDA4MWU3OGRhZDI2NzQ2YzhlMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13919d24-4dce-40e6-be60-f1f6981fba9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:23:21.262Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:21.262Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:21.267Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:21.267Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:21.367Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:21.368Z||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-03-04T16:23:21.368Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:21.490Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:21.490Z||pool-213-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:22.267Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:22.268Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:22.270Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:22.271Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:23:22.371Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:22.372Z||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-03-04T16:23:22.372Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:22.441Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:22.441Z||pool-214-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:23.271Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:23.272Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:23.274Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:23.274Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:23:23.374Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:23.375Z||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-03-04T16:23:23.375Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:23.461Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:23.461Z||pool-215-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:24.274Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:24.275Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:24.277Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:24.277Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:24.377Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:24.378Z||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-03-04T16:23:24.378Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:24.429Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:24.430Z||pool-216-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":2,"count":1}
2022-03-04T16:23:25.278Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:25.279Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:25.280Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:25.281Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:23:25.381Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:25.381Z||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-03-04T16:23:25.381Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:25.431Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:25.432Z||pool-217-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:26.281Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:26.282Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:26.284Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:26.284Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:23:26.384Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:23:26.385Z||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-03-04T16:23:26.386Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:26.421Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:26.421Z||pool-218-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:27.285Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:23:27.286Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:27.289Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:27.290Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:23:27.389Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:23:27.390Z||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-03-04T16:23:27.390Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:27.424Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:27.425Z||pool-219-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:28.291Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "serviceName": "vFW 2022-03-04 16-20-21",
  "serviceVersion": "1.0",
  "serviceUUID": "545d360e-bd0d-4973-b9e2-b55313e6e92f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746",
  "resources": [
    {
      "resourceInstanceName": "vFW 47494c48-b32f 0",
      "resourceCustomizationUUID": "ce6d77c0-995e-4f26-a4e9-80c75c9959bc",
      "resourceName": "vFW 47494c48-b32f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e6a32b5b-bc30-4f9f-b880-4860d7e1f48d",
      "resourceInvariantUUID": "afcd9efc-bd99-4d2c-a532-da374ebc7f18",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw47494c48b32f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
          "artifactChecksum": "MGRhNTM5ZWIxZjFjYzlmYWQ5NjVjZjI1NTkyYTAxZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "311dd662-1dda-44a7-82bd-34feae130c4f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fc40cc63-7093-4479-9266-9e179895d9bc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e7045eb-0463-4e2a-85d7-61152b55516a",
            "generatedFromUUID": "fc40cc63-7093-4479-9266-9e179895d9bc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e7045eb-0463-4e2a-85d7-61152b55516a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304162021-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
      "artifactChecksum": "MmNkZGE0OGI0MTUxMDA4MWU3OGRhZDI2NzQ2YzhlMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13919d24-4dce-40e6-be60-f1f6981fba9f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:23:28.292Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:23:28.292Z|a5529a15-0107-4277-b8d5-7f5778a91496|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 545d360e-bd0d-4973-b9e2-b55313e6e92f ASDC
2022-03-04T16:23:28.293Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d5b82594-65ea-4922-b951-c3b3125318d7
ServiceName:vFW 2022-03-04 16-20-21
ServiceVersion:1.0
ServiceUUID:545d360e-bd0d-4973-b9e2-b55313e6e92f
ServiceInvariantUUID:9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304162021-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar
ArtifactUUID:13919d24-4dce-40e6-be60-f1f6981fba9f
ArtifactChecksum:MmNkZGE0OGI0MTUxMDA4MWU3OGRhZDI2NzQ2YzhlMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 47494c48-b32f 0
ResourceCustomizationUUID:ce6d77c0-995e-4f26-a4e9-80c75c9959bc
ResourceInvariantUUID:afcd9efc-bd99-4d2c-a532-da374ebc7f18
ResourceName:vFW 47494c48-b32f
ResourceType:VF
ResourceUUID:e6a32b5b-bc30-4f9f-b880-4860d7e1f48d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw47494c48b32f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json
ArtifactUUID:311dd662-1dda-44a7-82bd-34feae130c4f
ArtifactChecksum:MGRhNTM5ZWIxZjFjYzlmYWQ5NjVjZjI1NTkyYTAxZmU=
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/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml
ArtifactUUID:fc40cc63-7093-4479-9266-9e179895d9bc
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/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
ArtifactUUID:2e7045eb-0463-4e2a-85d7-61152b55516a
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/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
ArtifactUUID:2e7045eb-0463-4e2a-85d7-61152b55516a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T16:23:28.293Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 545d360e-bd0d-4973-b9e2-b55313e6e92f 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-03-04T16:23:28.353Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:23:28.354Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:23:28.354Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:23:28.354Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Trying to download the artifact UUID: 13919d24-4dce-40e6-be60-f1f6981fba9f from URL: /sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:28.355Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:23:28.355Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:28.963Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:23:28.967Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar 13919d24-4dce-40e6-be60-f1f6981fba9f 99001
2022-03-04T16:23:28.968Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar ASDC sendASDCNotification
2022-03-04T16:23:28.968Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:28.968Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:23:28.968Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:28.970Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:28.970Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411008968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:29.071Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:23:29.072Z||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-03-04T16:23:29.072Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:29.091Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:29.092Z||pool-220-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:29.971Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:23:29.973Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:23:29.973Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Trying to write artifact UUID: 13919d24-4dce-40e6-be60-f1f6981fba9f, URL: /sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar to file: /app/ASDC/1/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:29.973Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304162021-csar.csar
2022-03-04T16:23:29.974Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:29.974Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:30.232Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9385442211036189233/Definitions/service-Vfw20220304162021-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-03-04T16:23:32.262Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:23:32.262Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|WARN|500||####################################################################################################
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.263Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47494c48-b32f 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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-Vfw20220304162021-csar.csar
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|WARN|500||####################################################################################################
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.264Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:32.265Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:23:32.265Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:23:32.265Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.265Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.265Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:32.266Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:23:32.267Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:23:32.268Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:32.269Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.270Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:23:32.271Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68a378ee-20d6-4fea-8248-a5f4ed28a4f6
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:32.272Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:23:32.273Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e3190944-747d-47da-90cf-cf62dd6a6cd4
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:23:32.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54fce7ed-9b45-46d9-b5da-fa08bff2f025
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:32.276Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:32.277Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 16-20-21
Description:catalog service description
Model UUID:545d360e-bd0d-4973-b9e2-b55313e6e92f
Model Version:NULL
Model InvariantUuid:9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 47494c48-b32f
Model UUID:faf104cb-64c2-43a4-9fcf-70b3b3c63ebf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afcd9efc-bd99-4d2c-a532-da374ebc7f18
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce6d77c0-995e-4f26-a4e9-80c75c9959bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11d8e803-3bcb-4339-8e1f-934451a83df6
ModelName:Vfw47494c48B32f..base_vfw..module-0
ModelUuid:675e3251-a347-450d-b7ee-e8dd115e7d2b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:68a378ee-20d6-4fea-8248-a5f4ed28a4f6
ModelInvariantUuid:c49d41fd-3ea1-43ca-8b0e-75b24a3aaed6
ModelName:vFW 47494c48-b32f-nodes.vfwCvfc
ModelUuid:99ea229e-2de5-40bd-a556-020465e48eed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dd875144-3d09-47a7-9ac5-728af9617949
ModelInvariantUuid:6aab1b49-8c6e-4155-9d66-7831ecd2ac41
ModelName:Vfw47494c48B32f.compute.nodes.heat.vfw
ModelUuid:621063cc-4c43-476d-8416-72fc2fa736b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e3190944-747d-47da-90cf-cf62dd6a6cd4
ModelInvariantUuid:26e4d387-f9ee-4884-80dc-41717e1fae96
ModelName:vFW 47494c48-b32f-nodes.vsnCvfc
ModelUuid:3de57f82-3f26-4987-a3d0-71f2b195d503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9360069a-6ef8-432d-96dc-3b67d08392fc
ModelInvariantUuid:551db294-4be5-479a-ae36-845c04f89cfb
ModelName:Vfw47494c48B32f.compute.nodes.heat.vsn
ModelUuid:3014ce86-08e4-4cc3-b503-d6c757f52231
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54fce7ed-9b45-46d9-b5da-fa08bff2f025
ModelInvariantUuid:89e73779-027d-4c5f-9386-ae2dfc5fd122
ModelName:vFW 47494c48-b32f-nodes.vpgCvfc
ModelUuid:72ebb591-c140-4a9f-9402-4c9a113945b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cfb4e4c2-49f5-48c7-a603-616d34a76a4a
ModelInvariantUuid:b6628b14-42eb-4141-891e-f207e933a138
ModelName:Vfw47494c48B32f.compute.nodes.heat.vpg
ModelUuid:76a175a2-b9b4-404a-ad3a-901de3bdf638
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-03-04T16:23:32.283Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e6a32b5b-bc30-4f9f-b880-4860d7e1f48d
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-03-04T16:23:32.287Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||vFW 47494c48-b32f 0
2022-03-04T16:23:32.287Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e6a32b5b-bc30-4f9f-b880-4860d7e1f48d
2022-03-04T16:23:32.287Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Trying to download the artifact UUID: 311dd662-1dda-44a7-82bd-34feae130c4f from URL: /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json
2022-03-04T16:23:32.287Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:23:32.288Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json
2022-03-04T16:23:33.377Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:23:33.377Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json 311dd662-1dda-44a7-82bd-34feae130c4f 785
2022-03-04T16:23:33.377Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json ASDC sendASDCNotification
2022-03-04T16:23:33.377Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json
2022-03-04T16:23:33.378Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:23:33.378Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:33.379Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:33.379Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411013377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:33.480Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:23:33.480Z||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-03-04T16:23:33.481Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:33.501Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:33.501Z||pool-221-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2022-03-04T16:23:34.380Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw47494c48B32f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "11d8e803-3bcb-4339-8e1f-934451a83df6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "675e3251-a347-450d-b7ee-e8dd115e7d2b",
    "vfModuleModelCustomizationUUID": "8fd14587-2213-4327-a830-7d45c8cc7fc1",
    "isBase": true,
    "artifacts": [
      "fc40cc63-7093-4479-9266-9e179895d9bc",
      "2e7045eb-0463-4e2a-85d7-61152b55516a"
    ],
    "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-03-04T16:23:34.385Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47494c48B32f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:675e3251-a347-450d-b7ee-e8dd115e7d2b
VfModuleModelInvariantUUID:11d8e803-3bcb-4339-8e1f-934451a83df6
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc40cc63-7093-4479-9266-9e179895d9bc
,
2e7045eb-0463-4e2a-85d7-61152b55516a

}
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-03-04T16:23:34.387Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw47494c48B32f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "11d8e803-3bcb-4339-8e1f-934451a83df6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "675e3251-a347-450d-b7ee-e8dd115e7d2b",
    "vfModuleModelCustomizationUUID": "8fd14587-2213-4327-a830-7d45c8cc7fc1",
    "isBase": true,
    "artifacts": [
      "fc40cc63-7093-4479-9266-9e179895d9bc",
      "2e7045eb-0463-4e2a-85d7-61152b55516a"
    ],
    "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-03-04T16:23:34.387Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47494c48B32f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:675e3251-a347-450d-b7ee-e8dd115e7d2b
VfModuleModelInvariantUUID:11d8e803-3bcb-4339-8e1f-934451a83df6
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc40cc63-7093-4479-9266-9e179895d9bc
,
2e7045eb-0463-4e2a-85d7-61152b55516a

}
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-03-04T16:23:34.387Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Trying to download the artifact UUID: fc40cc63-7093-4479-9266-9e179895d9bc from URL: /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml
2022-03-04T16:23:34.387Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:23:34.388Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml
2022-03-04T16:23:35.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:23:35.274Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml fc40cc63-7093-4479-9266-9e179895d9bc 20368
2022-03-04T16:23:35.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:23:35.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml
2022-03-04T16:23:35.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:23:35.275Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:35.277Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:35.277Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411015275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:35.377Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:35.378Z||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-03-04T16:23:35.378Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:35.430Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:35.430Z||pool-222-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:36.277Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Trying to download the artifact UUID: 2e7045eb-0463-4e2a-85d7-61152b55516a from URL: /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
2022-03-04T16:23:36.278Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:23:36.278Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
2022-03-04T16:23:37.568Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:23:37.569Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env 2e7045eb-0463-4e2a-85d7-61152b55516a 2098
2022-03-04T16:23:37.569Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:23:37.569Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
2022-03-04T16:23:37.569Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:23:37.570Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:37.571Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:37.571Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411017569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:23:37.683Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-03-04T16:23:37.683Z||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-03-04T16:23:37.684Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:37.719Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:37.720Z||pool-223-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:38.572Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Preparing to deploy Service: 545d360e-bd0d-4973-b9e2-b55313e6e92f
2022-03-04T16:23:38.574Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 47494c48-b32f 0 e6a32b5b-bc30-4f9f-b880-4860d7e1f48d 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-03-04T16:23:38.588Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56a73cbe, org.onap.sdc.toscaparser.api.parameters.Input@1808a646, org.onap.sdc.toscaparser.api.parameters.Input@7e3f1cef, org.onap.sdc.toscaparser.api.parameters.Input@78abfa8, org.onap.sdc.toscaparser.api.parameters.Input@6827212b]
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||VFCustomizationUUID= ce6d77c0-995e-4f26-a4e9-80c75c9959bc
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce6d77c0-995e-4f26-a4e9-80c75c9959bc matches Tosca VF Customization UUID: ce6d77c0-995e-4f26-a4e9-80c75c9959bc
2022-03-04T16:23:38.590Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||vfCustomizationUUID: ce6d77c0-995e-4f26-a4e9-80c75c9959bc  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-03-04T16:23:38.593Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.593Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.593Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||resource request for resource customization id ce6d77c0-995e-4f26-a4e9-80c75c9959bc: {\"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-03-04T16:23:38.593Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61bbb4f8
2022-03-04T16:23:38.594Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.594Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:23:38.594Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fd14587-2213-4327-a830-7d45c8cc7fc1
2022-03-04T16:23:38.594Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fd14587-2213-4327-a830-7d45c8cc7fc1
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-03-04T16:23:38.596Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.596Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.596Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:38.597Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:23:38.598Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.599Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:23:38.599Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.599Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=68a378ee-20d6-4fea-8248-a5f4ed28a4f6
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-03-04T16:23:38.601Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.601Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.601Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.602Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.603Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:23:38.604Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.604Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e3190944-747d-47da-90cf-cf62dd6a6cd4
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-03-04T16:23:38.605Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is not matching search criteria
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:23:38.606Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:23:38.607Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:23:38.608Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:23:38.608Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:23:38.608Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:23:38.608Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54fce7ed-9b45-46d9-b5da-fa08bff2f025
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-03-04T16:23:38.610Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.610Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.610Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:23:38.610Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.610Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Node template vFW 47494c48-b32f 0 is matching search criteria
2022-03-04T16:23:38.611Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found topology templates [vFW 47494c48-b32f 0] matching following query criteria: sdcType=VF, customizationUUID=ce6d77c0-995e-4f26-a4e9-80c75c9959bc
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-03-04T16:23:38.612Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.612Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500|| resourceSeq for service uuid 545d360e-bd0d-4973-b9e2-b55313e6e92f: vFW 47494c48-b32f
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.613Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.614Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.614Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.614Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:23:38.614Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Service vFW 2022-03-04 16-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:23:38.614Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||Saving Service: vFW 2022-03-04 16-20-21 
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-03-04T16:23:38.787Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 47494c48-b32f e6a32b5b-bc30-4f9f-b880-4860d7e1f48d 1 ASDC deployResourceStructure
2022-03-04T16:23:38.788Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json ASDC sendASDCNotification
2022-03-04T16:23:38.789Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json
2022-03-04T16:23:38.789Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:23:38.789Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:38.791Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:38.791Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411018788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:23:38.891Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:38.892Z||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-03-04T16:23:38.892Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:38.919Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:38.920Z||pool-224-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:39.792Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:23:39.793Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml
2022-03-04T16:23:39.793Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:23:39.793Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:39.796Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:39.796Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411019792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:23:39.896Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:39.896Z||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-03-04T16:23:39.896Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:39.923Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:39.923Z||pool-225-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:23:40.797Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:23:40.797Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env
2022-03-04T16:23:40.797Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:23:40.797Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:40.800Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:40.800Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411020796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:23:40.900Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:40.901Z||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-03-04T16:23:40.901Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:40.927Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:40.927Z||pool-226-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:41.801Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar ASDC sendASDCNotification
2022-03-04T16:23:41.801Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar
2022-03-04T16:23:41.801Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:23:41.802Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:23:41.803Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:23:41.803Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411021801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:23:41.903Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:23:41.904Z||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-03-04T16:23:41.904Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:23:41.917Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:23:41.918Z||pool-227-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:23:42.804Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:23:42.820Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:23:42.821Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:23:42.821Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:23:42.821Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:24:12.822Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:24:12.833Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:24:12.834Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:24:12.835Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:24:12.835Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:24:20.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:24:20.548Z||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-03-04T16:24:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:24:20.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:24:20.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:24:20.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:24:20.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:24:42.836Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:24:42.851Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:24:42.853Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:24:42.853Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:24:42.853Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:25:12.854Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:25:12.875Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:25:12.876Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:25:12.876Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:25:12.876Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:25:20.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:25:20.550Z||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-03-04T16:25:20.551Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:25:20.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:25:20.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:25:20.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:25:20.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:25:42.877Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:25:42.888Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:25:42.889Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:25:42.890Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:25:42.890Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:26:12.890Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:26:12.902Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:26:12.904Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:26:12.904Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:26:12.904Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:26:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:26:20.548Z||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-03-04T16:26:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:26:20.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:26:20.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "cds",
  "timestamp": 1646411001476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-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-03-04T16:26:20.634Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.635Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646411001465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646410995516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "policy-id",
  "timestamp": 1646411002469,
  "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-03-04T16:26:20.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646410996863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411003665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411005253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411006866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411000545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411000868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411007899,
  "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-03-04T16:26:20.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411008903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411008776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411008968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411013377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411006738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411015275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411017569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411011150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:26:20.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411018788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/vfw47494c48b32f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411019402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411019792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411020546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:26:20.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411020796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/resourceInstances/vfw47494c48b32f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "aai-ml",
  "timestamp": 1646411021553,
  "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-03-04T16:26:20.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411021801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411022379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:26:20.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411022733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411023393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304162021/1.0/artifacts/service-Vfw20220304162021-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:26:20.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:26:20.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411023738,
  "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-03-04T16:26:20.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.736Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "clamp",
  "timestamp": 1646411024398,
  "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-03-04T16:26:20.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5b82594-65ea-4922-b951-c3b3125318d7
2022-03-04T16:26:20.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:26:20.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:20.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:26:20.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:26:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:26:42.905Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:26:42.916Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:26:42.919Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:26:42.919Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:26:42.919Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:26:42.920Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:26:42.920Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:26:42.920Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?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-03-04T16:26:42.925Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:27:12.925Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d5b82594-65ea-4922-b951-c3b3125318d7 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-03-04T16:27:12.933Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5b82594-65ea-4922-b951-c3b3125318d7 and serviceModelVersionId: 545d360e-bd0d-4973-b9e2-b55313e6e92f
2022-03-04T16:27:12.933Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746
2022-03-04T16:27:12.935Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0
2022-03-04T16:27:12.950Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:27:13.016Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df12281b-ab04-4b0d-84ec-853197a7a936/model-vers/model-ver/bdd92c33-a5b0-484e-b98d-05b62b8d5397?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:13.018Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Invoke
2022-03-04T16:27:14.544Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:14.545Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Invoke
2022-03-04T16:27:16.075Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:16.077Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Invoke
2022-03-04T16:27:17.117Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:27:17.118Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:17.119Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:27:17.119Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:17.124Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:17.125Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5b82594-65ea-4922-b951-c3b3125318d7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:27:17.125Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:27:17.126Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:17.129Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:17.129Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411237125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:27:17.229Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:17.230Z||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-03-04T16:27:17.230Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:17.274Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:17.274Z||pool-228-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-03-04T16:27:18.152Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:27:18.152Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:18.152Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:27:20.548Z||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-03-04T16:27:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:20.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:20.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411049671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411062753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411055516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "cds",
  "timestamp": 1646411063760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-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-03-04T16:27:20.636Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:20.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411056863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411065870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411066888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411067893,
  "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-03-04T16:27:20.655Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:20.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411060868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411069958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411063905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411073737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411074742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411066738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411075783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:27:20.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "policy-id",
  "timestamp": 1646411075751,
  "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-03-04T16:27:20.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:20.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "aai-ml",
  "timestamp": 1646411076788,
  "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-03-04T16:27:20.692Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.692Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:20.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411071151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:27:20.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411079401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411079956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411081407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:27:20.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411081836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:27:20.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:27:20.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "clamp",
  "timestamp": 1646411082412,
  "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-03-04T16:27:20.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:20.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:27:20.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411082840,
  "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-03-04T16:27:20.720Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b66480f-b4fc-4c3e-92e6-a756c866b01b
2022-03-04T16:27:20.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:27:22.716Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:22.717Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||received message from topic
2022-03-04T16:27:22.717Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3b66480f-b4fc-4c3e-92e6-a756c866b01b","serviceName":"Demo_pNF_JDptM6Dh6mtMkDDIQwGg","serviceVersion":"1.0","serviceUUID":"b258c30f-e512-45d5-b7cf-ff035c61137d","serviceDescription":"catalog service description","serviceInvariantUUID":"bc1a5932-2b7c-418a-9a4e-d33a6bfd2171","resources":[{"resourceInstanceName":"pNF e2b57341-a140 0","resourceName":"pNF e2b57341-a140","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"97a8826b-aa08-464c-a86a-86eb2b13bf8e","resourceInvariantUUID":"2fe6fb32-93ef-4a70-80e5-a827e627a3f2","resourceCustomizationUUID":"d09531e8-98ed-4cec-b2f0-bee3e788e266","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml","artifactChecksum":"MDk3OTU1OGMwMzhjMjdhZTEyMmIzNzdjOTI0ODIxYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff50370f-4f18-4823-9f20-5da548f1f09c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4b54e99-f5cf-46b1-bf74-49349da60e21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0978d55b-983d-46e6-9ba4-7bc73d773065","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml","artifactChecksum":"NzI1Y2Y4OWQ0YmIyMjRmM2Y0ZGVhZjcxZWI5NDVhNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94fcaa4a-146c-49d2-8817-7a927f59d23c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c48e3fc9-65c7-4ac7-908e-218e99d581c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8f23b7c-ddad-4aeb-ba3b-03723d73934a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml","artifactChecksum":"NWMzOGZlZTlhOTFjMTkxMzg2YTU3NDM0MzZhNTZjZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07131e64-9278-48a2-8f2f-9968e66977b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar","artifactChecksum":"NTI0Y2UyYzlhNDYyZGNiMjFmZmJhNWI2Y2VhYWIxNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:27:22.719Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:22.719Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:22.721Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:22.721Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:22.821Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:22.822Z||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-03-04T16:27:22.822Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:22.885Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:22.885Z||pool-229-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:23.722Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:23.723Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:23.725Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:23.725Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:23.825Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:23.828Z||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-03-04T16:27:23.828Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:23.884Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:23.884Z||pool-230-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:24.725Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:24.726Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:24.728Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:24.728Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:24.828Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:24.829Z||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-03-04T16:27:24.829Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:24.854Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:24.854Z||pool-231-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":5,"count":1}
2022-03-04T16:27:25.729Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:25.729Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:25.751Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:25.752Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:25.832Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-03-04T16:27:25.833Z||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-03-04T16:27:25.833Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:25.868Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:25.869Z||pool-232-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:26.752Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:26.753Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:26.755Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:26.756Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:26.856Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:26.856Z||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-03-04T16:27:26.857Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:26.887Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:26.887Z||pool-233-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:27:27.756Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:27.757Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:27.760Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:27.760Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:27.860Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:27.861Z||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-03-04T16:27:27.861Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:27.883Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:27.883Z||pool-234-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:28.761Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:28.763Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:28.766Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:28.766Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:27:28.866Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:28.867Z||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-03-04T16:27:28.867Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:28.894Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:28.895Z||pool-235-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:29.766Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:27:29.767Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:29.770Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:29.770Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:27:29.870Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:27:29.871Z||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-03-04T16:27:29.871Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:29.896Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:29.897Z||pool-236-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:27:30.771Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "serviceName": "Demo_pNF_JDptM6Dh6mtMkDDIQwGg",
  "serviceVersion": "1.0",
  "serviceUUID": "b258c30f-e512-45d5-b7cf-ff035c61137d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc1a5932-2b7c-418a-9a4e-d33a6bfd2171",
  "resources": [
    {
      "resourceInstanceName": "pNF e2b57341-a140 0",
      "resourceCustomizationUUID": "d09531e8-98ed-4cec-b2f0-bee3e788e266",
      "resourceName": "pNF e2b57341-a140",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "97a8826b-aa08-464c-a86a-86eb2b13bf8e",
      "resourceInvariantUUID": "2fe6fb32-93ef-4a70-80e5-a827e627a3f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
      "artifactChecksum": "NTI0Y2UyYzlhNDYyZGNiMjFmZmJhNWI2Y2VhYWIxNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:27:30.772Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:27:30.772Z|d5b82594-65ea-4922-b951-c3b3125318d7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b258c30f-e512-45d5-b7cf-ff035c61137d ASDC
2022-03-04T16:27:30.773Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3b66480f-b4fc-4c3e-92e6-a756c866b01b
ServiceName:Demo_pNF_JDptM6Dh6mtMkDDIQwGg
ServiceVersion:1.0
ServiceUUID:b258c30f-e512-45d5-b7cf-ff035c61137d
ServiceInvariantUUID:bc1a5932-2b7c-418a-9a4e-d33a6bfd2171
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
ArtifactUUID:e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4
ArtifactChecksum:NTI0Y2UyYzlhNDYyZGNiMjFmZmJhNWI2Y2VhYWIxNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e2b57341-a140 0
ResourceCustomizationUUID:d09531e8-98ed-4cec-b2f0-bee3e788e266
ResourceInvariantUUID:2fe6fb32-93ef-4a70-80e5-a827e627a3f2
ResourceName:pNF e2b57341-a140
ResourceType:PNF
ResourceUUID:97a8826b-aa08-464c-a86a-86eb2b13bf8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:27:30.773Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b258c30f-e512-45d5-b7cf-ff035c61137d 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-03-04T16:27:30.818Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:27:30.818Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:27:30.819Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:27:30.819Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Trying to download the artifact UUID: e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4 from URL: /sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:30.819Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:27:30.819Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:33.796Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:27:33.799Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4 82648
2022-03-04T16:27:33.800Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar ASDC sendASDCNotification
2022-03-04T16:27:33.800Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:33.800Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:27:33.800Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:33.802Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:33.802Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411253800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:27:33.911Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:33.912Z||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-03-04T16:27:33.912Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:33.974Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:33.975Z||pool-237-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:27:34.803Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:27:34.804Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:27:34.804Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Trying to write artifact UUID: e11e231d-f5f2-4ee0-aae7-6f4a33b8faa4, URL: /sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar to file: /app/ASDC/1/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:34.804Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:34.805Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:34.805Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:35.031Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8011485476720911189/Definitions/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|WARN|500||####################################################################################################
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.052Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e2b57341-a140 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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|WARN|500||####################################################################################################
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.053Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Node template pNF e2b57341-a140 0 is matching search criteria
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Found topology templates [pNF e2b57341-a140 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Node template pNF e2b57341-a140 0 is matching search criteria
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:27:36.054Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Found topology templates [pNF e2b57341-a140 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.055Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.056Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.056Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDptM6Dh6mtMkDDIQwGg
Description:catalog service description
Model UUID:b258c30f-e512-45d5-b7cf-ff035c61137d
Model Version:NULL
Model InvariantUuid:bc1a5932-2b7c-418a-9a4e-d33a6bfd2171
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-03-04T16:27:36.062Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 97a8826b-aa08-464c-a86a-86eb2b13bf8e
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-03-04T16:27:36.065Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||pNF e2b57341-a140 0
2022-03-04T16:27:36.065Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 97a8826b-aa08-464c-a86a-86eb2b13bf8e
2022-03-04T16:27:36.065Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||No resources found for Service: b258c30f-e512-45d5-b7cf-ff035c61137d
2022-03-04T16:27:36.065Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Preparing to deploy Service: b258c30f-e512-45d5-b7cf-ff035c61137d
2022-03-04T16:27:36.066Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e2b57341-a140 0 97a8826b-aa08-464c-a86a-86eb2b13bf8e 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-03-04T16:27:36.069Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3e412b, org.onap.sdc.toscaparser.api.parameters.Input@25b82e19, org.onap.sdc.toscaparser.api.parameters.Input@24765231, org.onap.sdc.toscaparser.api.parameters.Input@67a98471, org.onap.sdc.toscaparser.api.parameters.Input@1fe6b6b6]
2022-03-04T16:27:36.070Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.070Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.071Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500|| resourceSeq for service uuid b258c30f-e512-45d5-b7cf-ff035c61137d: pNF e2b57341-a140
2022-03-04T16:27:36.071Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Processing PNF resource: 97a8826b-aa08-464c-a86a-86eb2b13bf8e
2022-03-04T16:27:36.071Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:27:36.071Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Service Demo_pNF_JDptM6Dh6mtMkDDIQwGg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:27:36.072Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||Resource customization UUID: d09531e8-98ed-4cec-b2f0-bee3e788e266 is the same as notified resource customizationUUID: d09531e8-98ed-4cec-b2f0-bee3e788e266
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-03-04T16:27:36.103Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e2b57341-a140 97a8826b-aa08-464c-a86a-86eb2b13bf8e 0 ASDC deployResourceStructure
2022-03-04T16:27:36.103Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar ASDC sendASDCNotification
2022-03-04T16:27:36.103Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar
2022-03-04T16:27:36.104Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:27:36.104Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:27:36.105Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:27:36.106Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411256103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:27:36.206Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:27:36.207Z||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-03-04T16:27:36.207Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:27:36.268Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:27:36.269Z||pool-238-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:27:37.106Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b66480f-b4fc-4c3e-92e6-a756c866b01b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:27:37.120Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b66480f-b4fc-4c3e-92e6-a756c866b01b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:27:37.122Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:27:37.122Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:27:37.123Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:27:37.123Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:27:37.123Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:27:37.123Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:27:37.123Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?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-03-04T16:27:37.127Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:28:07.129Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b66480f-b4fc-4c3e-92e6-a756c866b01b 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-03-04T16:28:07.134Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b66480f-b4fc-4c3e-92e6-a756c866b01b and serviceModelVersionId: b258c30f-e512-45d5-b7cf-ff035c61137d
2022-03-04T16:28:07.134Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc1a5932-2b7c-418a-9a4e-d33a6bfd2171
2022-03-04T16:28:07.137Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0
2022-03-04T16:28:07.144Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:28:07.179Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c8dedb4-0c6f-4b4c-855f-f2dd31ca0746/model-vers/model-ver/545d360e-bd0d-4973-b9e2-b55313e6e92f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:07.182Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||Invoke
2022-03-04T16:28:08.715Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:08.716Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||Invoke
2022-03-04T16:28:10.251Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:10.252Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||Invoke
2022-03-04T16:28:11.283Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:28:11.284Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:11.285Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:28:11.285Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:11.289Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:11.289Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b66480f-b4fc-4c3e-92e6-a756c866b01b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:28:11.290Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:28:11.290Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:28:11.291Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:28:11.291Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411291289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:28:11.392Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:28:11.392Z||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-03-04T16:28:11.392Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:11.419Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:28:11.419Z||pool-239-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-03-04T16:28:12.304Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:28:12.305Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:12.305Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:20.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:28:20.548Z||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-03-04T16:28:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:20.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:28:20.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-04T16:28:20.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d5b82594-65ea-4922-b951-c3b3125318d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411237125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:28:20.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:28:21.908Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:28:21.909Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:28:21.910Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:28:21.910Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:31.487Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:28:31.488Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:28:31.488Z||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-03-04T16:28:31.488Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:41.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:28:41.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:28:41.123Z||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-03-04T16:28:41.123Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:28:50.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:29:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:29:20.546Z||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-03-04T16:29:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:29:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:29:20.548Z||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-03-04T16:29:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:29:21.104Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:29:21.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/resourceInstances/pnfe2b57341a1400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411238152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411253800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411256103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdptm6dh6mtmkddiqwgg/1.0/artifacts/service-DemoPnfJdptm6dh6mtmkddiqwgg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:29:21.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:29:21.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T16:29:21.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b66480f-b4fc-4c3e-92e6-a756c866b01b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411291289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:29:21.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:29:30.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:30:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:30:20.546Z||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-03-04T16:30:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:30:20.547Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:30:20.548Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:30:20.548Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:30:30.209Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:30:30.244Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:31:20.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:31:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:31:20.550Z||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-03-04T16:31:20.550Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:31:20.550Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:31:20.550Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:31:30.141Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:31:30.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:32:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:32:20.547Z||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-03-04T16:32:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:32:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:32:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:32:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:32:30.193Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:32:30.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:33:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:33:20.546Z||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-03-04T16:33:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:33:20.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:33:20.548Z||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-03-04T16:33:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:33:30.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:33:30.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:34:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:34:20.546Z||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-03-04T16:34:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:34:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:34:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:34:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:34:30.160Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:34:30.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:20.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:35:20.547Z||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-03-04T16:35:20.547Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:35:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:35:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:21.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:21.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T16:35:21.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"17cb2452-b383-4d86-b0d3-a3ad04783ae9","serviceName":"Demo_pNF_f3rlyjr6wHyJwlbwzBuO","serviceVersion":"1.0","serviceUUID":"bfd6f1d0-b760-40d3-bbee-ed085bf2437d","serviceDescription":"catalog service description","serviceInvariantUUID":"02703d45-0679-4d96-a979-1ed90a30e4de","resources":[{"resourceInstanceName":"pNF 916e7336-6026 0","resourceName":"pNF 916e7336-6026","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b7d3e099-5f2d-49c5-b288-a669aa97060a","resourceInvariantUUID":"4b09b5d1-e373-4e93-b963-721694fab742","resourceCustomizationUUID":"5ce8141b-e668-48e6-9b19-9707fb91aac7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml","artifactChecksum":"MzExYThmZmE5ODgxYTQ4YTgzN2JmMzFlODM4ZjQxYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15f34716-c255-4d2a-af04-454f69369db9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"925f983b-d0a4-457b-82e0-1ada544b1e7b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c49db63b-2fbf-4438-92ad-0b8e0d1e327e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml","artifactChecksum":"OWZhNmMyMjhmZGNhM2QzMGZkNjE0NzY4OTA4MWZjNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eda7e46-d240-4325-9d59-2b2e4340fa96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76125a3f-9537-4ebc-b7da-0cae5e294c4d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54fb438e-0e1a-4439-8e59-de315d0dd219","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml","artifactChecksum":"NzZkYWU4MWYzYTk5NjE5NDY5NmFkYThlNzY0YThmOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7461a9d-ddf9-4931-a878-66b47b1fa973","artifactVersion":"1"},{"artifactName":"service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar","artifactChecksum":"NmU5ZDcwMjU4ZDU5N2Q0MGI5ZWY1NzcwZDMyNDZmZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c804aa0-d07a-44fc-97da-79236a56d4fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:35:21.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:21.246Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:21.251Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:21.251Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.270Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:21.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.272Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.274Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.275Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.276Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.277Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.278Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.279Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.280Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.281Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.282Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.283Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.284Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.285Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.285Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.285Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.285Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.286Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.286Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.286Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.286Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.287Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.287Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.287Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.287Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.288Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.288Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.288Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.289Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.289Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.289Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.289Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.289Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.290Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.290Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.290Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.290Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.291Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.292Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.292Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.292Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.292Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.293Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.293Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.293Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.293Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.294Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.295Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.295Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.295Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.295Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.296Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.296Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.296Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.296Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.297Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.298Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.299Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.299Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.299Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.299Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.300Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.300Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.300Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.300Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.300Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.301Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.301Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.301Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.302Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.302Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.302Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.302Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.303Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.303Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.303Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.303Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.303Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411696738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411695516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.304Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411696863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411690868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.305Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411694671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.306Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.306Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.307Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.307Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.307Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.307Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.307Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.308Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.308Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.308Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.308Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.308Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.309Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.309Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.309Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.309Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.310Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.310Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411707812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.310Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.310Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.310Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411708419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.311Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.311Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.311Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411707953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.312Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.312Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.312Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.312Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.312Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.313Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.313Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.313Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.313Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411709429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:35:21.314Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.314Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.314Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "cds",
  "timestamp": 1646411708964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-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-03-04T16:35:21.341Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.341Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:21.351Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:35:21.351Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.351Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411701150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.351Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.352Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.352Z||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-03-04T16:35:21.352Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.352Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:21.352Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.352Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.352Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411710432,
  "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-03-04T16:35:21.357Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.358Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411710440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.365Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411703905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411712549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411712853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.366Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411713552,
  "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-03-04T16:35:21.370Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.370Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:21.378Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.378Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411713860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:35:21.378Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.378Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.378Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411714060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:35:21.379Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.379Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.379Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "policy-id",
  "timestamp": 1646411714863,
  "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-03-04T16:35:21.383Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.383Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:21.390Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.390Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "aai-ml",
  "timestamp": 1646411715066,
  "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-03-04T16:35:21.394Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.394Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:21.400Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:21.400Z||pool-240-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411715508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411717514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:35:21.401Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:35:21.402Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:35:21.402Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "clamp",
  "timestamp": 1646411718518,
  "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-03-04T16:35:21.405Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17cb2452-b383-4d86-b0d3-a3ad04783ae9
2022-03-04T16:35:21.406Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:35:22.252Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:22.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:22.256Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:22.256Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:22.356Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:35:22.357Z||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-03-04T16:35:22.357Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:22.407Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:22.407Z||pool-241-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:35:23.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:23.258Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:23.261Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:23.261Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:23.361Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:23.362Z||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-03-04T16:35:23.362Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:23.449Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:23.450Z||pool-242-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:35:24.263Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:24.263Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:24.266Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:24.266Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:24.366Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:24.367Z||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-03-04T16:35:24.367Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:24.389Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:24.389Z||pool-243-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:35:25.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:25.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:25.269Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:25.270Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:25.370Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:25.371Z||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-03-04T16:35:25.371Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:25.417Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:25.417Z||pool-244-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:35:26.270Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:26.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:26.273Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:26.273Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:26.373Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:26.374Z||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-03-04T16:35:26.375Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:26.410Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:26.410Z||pool-245-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:35:27.274Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:27.274Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:27.277Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:27.277Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:35:27.377Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:27.378Z||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-03-04T16:35:27.378Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:27.392Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:27.392Z||pool-246-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:35:28.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:35:28.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:28.280Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:28.280Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:35:28.381Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:35:28.382Z||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-03-04T16:35:28.382Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:28.430Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:28.431Z||pool-247-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:35:29.287Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "serviceName": "Demo_pNF_f3rlyjr6wHyJwlbwzBuO",
  "serviceVersion": "1.0",
  "serviceUUID": "bfd6f1d0-b760-40d3-bbee-ed085bf2437d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02703d45-0679-4d96-a979-1ed90a30e4de",
  "resources": [
    {
      "resourceInstanceName": "pNF 916e7336-6026 0",
      "resourceCustomizationUUID": "5ce8141b-e668-48e6-9b19-9707fb91aac7",
      "resourceName": "pNF 916e7336-6026",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b7d3e099-5f2d-49c5-b288-a669aa97060a",
      "resourceInvariantUUID": "4b09b5d1-e373-4e93-b963-721694fab742",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
      "artifactChecksum": "NmU5ZDcwMjU4ZDU5N2Q0MGI5ZWY1NzcwZDMyNDZmZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c804aa0-d07a-44fc-97da-79236a56d4fa"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:35:29.288Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:35:29.288Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfd6f1d0-b760-40d3-bbee-ed085bf2437d ASDC
2022-03-04T16:35:29.289Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:17cb2452-b383-4d86-b0d3-a3ad04783ae9
ServiceName:Demo_pNF_f3rlyjr6wHyJwlbwzBuO
ServiceVersion:1.0
ServiceUUID:bfd6f1d0-b760-40d3-bbee-ed085bf2437d
ServiceInvariantUUID:02703d45-0679-4d96-a979-1ed90a30e4de
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
ArtifactUUID:4c804aa0-d07a-44fc-97da-79236a56d4fa
ArtifactChecksum:NmU5ZDcwMjU4ZDU5N2Q0MGI5ZWY1NzcwZDMyNDZmZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 916e7336-6026 0
ResourceCustomizationUUID:5ce8141b-e668-48e6-9b19-9707fb91aac7
ResourceInvariantUUID:4b09b5d1-e373-4e93-b963-721694fab742
ResourceName:pNF 916e7336-6026
ResourceType:PNF
ResourceUUID:b7d3e099-5f2d-49c5-b288-a669aa97060a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:35:29.289Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfd6f1d0-b760-40d3-bbee-ed085bf2437d 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-03-04T16:35:29.326Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:35:29.328Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-04T16:35:29.328Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-04T16:35:29.328Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c804aa0-d07a-44fc-97da-79236a56d4fa from URL: /sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:29.328Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-04T16:35:29.329Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:29.960Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-04T16:35:29.965Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar 4c804aa0-d07a-44fc-97da-79236a56d4fa 82642
2022-03-04T16:35:29.966Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar ASDC sendASDCNotification
2022-03-04T16:35:29.966Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:29.966Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:35:29.967Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:29.969Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:29.969Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411729966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:35:30.072Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-04T16:35:30.072Z||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-03-04T16:35:30.072Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:30.103Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:30.103Z||pool-248-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:35:30.969Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:35:30.971Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-04T16:35:30.972Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c804aa0-d07a-44fc-97da-79236a56d4fa, URL: /sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar to file: /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:30.972Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:30.973Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:30.973Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:31.188Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17909325019362825695/Definitions/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml
2022-03-04T16:35:32.066Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 916e7336-6026 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-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.067Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.068Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-04T16:35:32.068Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.068Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.068Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Node template pNF 916e7336-6026 0 is matching search criteria
2022-03-04T16:35:32.068Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-04T16:35:32.069Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 916e7336-6026 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:35:32.069Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.069Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.069Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Node template pNF 916e7336-6026 0 is matching search criteria
2022-03-04T16:35:32.070Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-04T16:35:32.070Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 916e7336-6026 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:35:32.070Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.070Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.072Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.073Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.073Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_f3rlyjr6wHyJwlbwzBuO
Description:catalog service description
Model UUID:bfd6f1d0-b760-40d3-bbee-ed085bf2437d
Model Version:NULL
Model InvariantUuid:02703d45-0679-4d96-a979-1ed90a30e4de
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-03-04T16:35:32.079Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: b7d3e099-5f2d-49c5-b288-a669aa97060a
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-03-04T16:35:32.084Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||pNF 916e7336-6026 0
2022-03-04T16:35:32.085Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b7d3e099-5f2d-49c5-b288-a669aa97060a
2022-03-04T16:35:32.085Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bfd6f1d0-b760-40d3-bbee-ed085bf2437d
2022-03-04T16:35:32.085Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bfd6f1d0-b760-40d3-bbee-ed085bf2437d
2022-03-04T16:35:32.085Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 916e7336-6026 0 b7d3e099-5f2d-49c5-b288-a669aa97060a 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-03-04T16:35:32.090Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6779906b, org.onap.sdc.toscaparser.api.parameters.Input@53e57649, org.onap.sdc.toscaparser.api.parameters.Input@3f52ae89, org.onap.sdc.toscaparser.api.parameters.Input@402ed294, org.onap.sdc.toscaparser.api.parameters.Input@6b7fe832]
2022-03-04T16:35:32.090Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.091Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.091Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bfd6f1d0-b760-40d3-bbee-ed085bf2437d: pNF 916e7336-6026
2022-03-04T16:35:32.091Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Processing PNF resource: b7d3e099-5f2d-49c5-b288-a669aa97060a
2022-03-04T16:35:32.091Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:35:32.091Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_f3rlyjr6wHyJwlbwzBuO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:35:32.092Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5ce8141b-e668-48e6-9b19-9707fb91aac7 is the same as notified resource customizationUUID: 5ce8141b-e668-48e6-9b19-9707fb91aac7
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-03-04T16:35:32.135Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 916e7336-6026 b7d3e099-5f2d-49c5-b288-a669aa97060a 0 ASDC deployResourceStructure
2022-03-04T16:35:32.135Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar ASDC sendASDCNotification
2022-03-04T16:35:32.136Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar
2022-03-04T16:35:32.136Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:35:32.136Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-04T16:35:32.138Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:35:32.138Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411732135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:35:32.245Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-04T16:35:32.246Z||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-03-04T16:35:32.246Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:35:32.275Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:35:32.277Z||pool-249-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:35:33.139Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17cb2452-b383-4d86-b0d3-a3ad04783ae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:35:33.150Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17cb2452-b383-4d86-b0d3-a3ad04783ae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:35:33.152Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:35:33.152Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:35:33.153Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:35:33.153Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:35:33.153Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:35:33.153Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:35:33.153Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||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-03-04T16:35:33.157Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:36:03.158Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17cb2452-b383-4d86-b0d3-a3ad04783ae9 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-03-04T16:36:03.163Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17cb2452-b383-4d86-b0d3-a3ad04783ae9 and serviceModelVersionId: bfd6f1d0-b760-40d3-bbee-ed085bf2437d
2022-03-04T16:36:03.163Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02703d45-0679-4d96-a979-1ed90a30e4de
2022-03-04T16:36:03.164Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0
2022-03-04T16:36:03.169Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:36:03.205Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Invoke
2022-03-04T16:36:03.205Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[113e7dfd-8b82-4246-8f1e-ae5c3186420a], X-ECOMP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-TransactionId=[], X-ONAP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], Content-Type=[application/merge-patch+json]}
2022-03-04T16:36:04.749Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Invoke
2022-03-04T16:36:04.750Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f9781d9-9269-4163-a41b-57837fe9b860], X-ECOMP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-TransactionId=[], X-ONAP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], Content-Type=[application/merge-patch+json]}
2022-03-04T16:36:06.283Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Invoke
2022-03-04T16:36:06.284Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43f2b94a-2dc9-4e1d-a5e5-ce385d19b1ad], X-ECOMP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], X-TransactionId=[], X-ONAP-RequestID=[17cb2452-b383-4d86-b0d3-a3ad04783ae9], Content-Type=[application/merge-patch+json]}
2022-03-04T16:36:07.317Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:36:07.318Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:36:07.318Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:36:07.319Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:36:07.323Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:36:07.323Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17cb2452-b383-4d86-b0d3-a3ad04783ae9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:36:07.323Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:36:07.323Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:36:07.326Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:36:07.326Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411767323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:36:07.426Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:36:07.427Z||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-03-04T16:36:07.427Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:36:07.483Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:36:07.483Z||pool-250-thread-1|||||INFO|500||cambria reply ok (57 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-03-04T16:36:20.545Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:36:20.546Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:36:20.546Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:36:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:36:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:36:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:36:20.697Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:36:20.698Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:36:20.698Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:36:20.699Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:36:30.186Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:37:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:37:20.546Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:37:20.549Z||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-03-04T16:37:20.549Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:37:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:37:20.550Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:37:21.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:37:21.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/resourceInstances/pnf916e733660260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411720545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:37:21.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411729966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411732135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfF3rlyjr6whyjwlbwzbuo/1.0/artifacts/service-DemoPnfF3rlyjr6whyjwlbwzbuo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:37:21.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:37:21.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17cb2452-b383-4d86-b0d3-a3ad04783ae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411767323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:37:21.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:37:30.217Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:20.545Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:38:20.546Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:38:20.546Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:20.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:38:20.548Z||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-03-04T16:38:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:20.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:20.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.813Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411883905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411889671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411899864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:20.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:38:20.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:20.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:38:20.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-04T16:38:20.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-04T16:38:20.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411900047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:20.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:38:21.236Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:21.237Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:38:21.237Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6ed819f6-cb43-4728-8331-e354ec4c6e17","serviceName":"vFW 2022-03-04 16-34-37","serviceVersion":"1.0","serviceUUID":"f1d0fa5b-707e-417f-bde9-57a00b171a7a","serviceDescription":"catalog service description","serviceInvariantUUID":"bfb53040-6a5e-4e21-88b0-be58ceff340c","resources":[{"resourceInstanceName":"vFW 4ca2e5bf-9682 0","resourceName":"vFW 4ca2e5bf-9682","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"773bf18e-1ca4-4d9d-aee7-ea1d681d2061","resourceInvariantUUID":"cb03c7d7-6e5d-4801-8f87-db33dbd22e3b","resourceCustomizationUUID":"e9cdd3c4-4ae6-49c9-949c-f68dbd722a04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml","artifactChecksum":"N2VkZmM5ZjlhZGVhMGVmZjU2YWI1OGI1ZTI0NTc5NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f771ef71-e821-47f8-a2c8-976f72114ddc","artifactVersion":"1"},{"artifactName":"vfw4ca2e5bf96820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json","artifactChecksum":"NjQ2NGNjNjhiMTY2MGExNGNjZjZmNjY5Mjk5ZTNkYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c8c7fb2-f668-48bd-bae4-f724e3ea880c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47ed5214-ffa7-4e5a-8edc-07fba5d8b690","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml","artifactChecksum":"ZTJkYTMzNzAyOTJjNjdlMmI5OGY1YjYzYTcxZjAzNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47a7f527-3b10-4935-b5ae-62e1c62893dd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83c7b05b-4393-421f-a8d9-7609392cd609","artifactVersion":"2","generatedFromUUID":"47ed5214-ffa7-4e5a-8edc-07fba5d8b690"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304163437-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml","artifactChecksum":"Y2JkZjdmMWYzZWJjMzcxZGZhNDA5OWEzZmEyZjcyM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a93769c0-8134-4a87-87fe-de79a75df725","artifactVersion":"1"},{"artifactName":"service-Vfw20220304163437-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar","artifactChecksum":"NmRhOWEwZmIwNWZkMTQzODcxNDI4OGEwNzY1NWUwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f38635ca-7072-4e7f-88ef-102a47c76b94","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:38:21.241Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:21.242Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:21.246Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:21.246Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:21.346Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:21.347Z||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-03-04T16:38:21.348Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:21.409Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:21.409Z||pool-251-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:22.247Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:22.248Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:22.250Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:22.250Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:38:22.351Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:38:22.352Z||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-03-04T16:38:22.352Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:22.385Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:22.386Z||pool-252-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:23.250Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:23.251Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:23.253Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:23.253Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:38:23.354Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:23.355Z||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-03-04T16:38:23.355Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:23.401Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:23.402Z||pool-253-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:24.257Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:24.257Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:24.261Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:24.261Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:24.364Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-04T16:38:24.365Z||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-03-04T16:38:24.365Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:24.488Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:24.489Z||pool-254-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:25.262Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:25.263Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:25.265Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:25.265Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:38:25.365Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:25.366Z||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-03-04T16:38:25.366Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:25.410Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:25.410Z||pool-255-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:26.266Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:26.266Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:26.269Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:26.269Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:38:26.369Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:26.370Z||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-03-04T16:38:26.370Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:26.417Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:26.418Z||pool-256-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:27.269Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:38:27.270Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:27.272Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:27.272Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:38:27.373Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:38:27.374Z||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-03-04T16:38:27.374Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:27.425Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:27.425Z||pool-257-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:28.273Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "serviceName": "vFW 2022-03-04 16-34-37",
  "serviceVersion": "1.0",
  "serviceUUID": "f1d0fa5b-707e-417f-bde9-57a00b171a7a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bfb53040-6a5e-4e21-88b0-be58ceff340c",
  "resources": [
    {
      "resourceInstanceName": "vFW 4ca2e5bf-9682 0",
      "resourceCustomizationUUID": "e9cdd3c4-4ae6-49c9-949c-f68dbd722a04",
      "resourceName": "vFW 4ca2e5bf-9682",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "773bf18e-1ca4-4d9d-aee7-ea1d681d2061",
      "resourceInvariantUUID": "cb03c7d7-6e5d-4801-8f87-db33dbd22e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4ca2e5bf96820_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
          "artifactChecksum": "NjQ2NGNjNjhiMTY2MGExNGNjZjZmNjY5Mjk5ZTNkYmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c8c7fb2-f668-48bd-bae4-f724e3ea880c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "47ed5214-ffa7-4e5a-8edc-07fba5d8b690",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "83c7b05b-4393-421f-a8d9-7609392cd609",
            "generatedFromUUID": "47ed5214-ffa7-4e5a-8edc-07fba5d8b690"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "83c7b05b-4393-421f-a8d9-7609392cd609",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220304163437-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
      "artifactChecksum": "NmRhOWEwZmIwNWZkMTQzODcxNDI4OGEwNzY1NWUwMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f38635ca-7072-4e7f-88ef-102a47c76b94"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:38:28.274Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:38:28.275Z|17cb2452-b383-4d86-b0d3-a3ad04783ae9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1d0fa5b-707e-417f-bde9-57a00b171a7a ASDC
2022-03-04T16:38:28.276Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6ed819f6-cb43-4728-8331-e354ec4c6e17
ServiceName:vFW 2022-03-04 16-34-37
ServiceVersion:1.0
ServiceUUID:f1d0fa5b-707e-417f-bde9-57a00b171a7a
ServiceInvariantUUID:bfb53040-6a5e-4e21-88b0-be58ceff340c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304163437-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar
ArtifactUUID:f38635ca-7072-4e7f-88ef-102a47c76b94
ArtifactChecksum:NmRhOWEwZmIwNWZkMTQzODcxNDI4OGEwNzY1NWUwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4ca2e5bf-9682 0
ResourceCustomizationUUID:e9cdd3c4-4ae6-49c9-949c-f68dbd722a04
ResourceInvariantUUID:cb03c7d7-6e5d-4801-8f87-db33dbd22e3b
ResourceName:vFW 4ca2e5bf-9682
ResourceType:VF
ResourceUUID:773bf18e-1ca4-4d9d-aee7-ea1d681d2061
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4ca2e5bf96820_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json
ArtifactUUID:4c8c7fb2-f668-48bd-bae4-f724e3ea880c
ArtifactChecksum:NjQ2NGNjNjhiMTY2MGExNGNjZjZmNjY5Mjk5ZTNkYmE=
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/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml
ArtifactUUID:47ed5214-ffa7-4e5a-8edc-07fba5d8b690
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/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
ArtifactUUID:83c7b05b-4393-421f-a8d9-7609392cd609
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/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
ArtifactUUID:83c7b05b-4393-421f-a8d9-7609392cd609
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-04T16:38:28.277Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1d0fa5b-707e-417f-bde9-57a00b171a7a 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-03-04T16:38:28.319Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:38:28.320Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:38:28.320Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:38:28.321Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Trying to download the artifact UUID: f38635ca-7072-4e7f-88ef-102a47c76b94 from URL: /sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:28.321Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:38:28.321Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:28.863Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:38:28.867Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar f38635ca-7072-4e7f-88ef-102a47c76b94 98974
2022-03-04T16:38:28.868Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar ASDC sendASDCNotification
2022-03-04T16:38:28.868Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:28.868Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:38:28.869Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:28.872Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:28.872Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411908868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:28.972Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:28.973Z||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-03-04T16:38:28.973Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:28.991Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:28.992Z||pool-258-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:29.872Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:38:29.873Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:38:29.874Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Trying to write artifact UUID: f38635ca-7072-4e7f-88ef-102a47c76b94, URL: /sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar to file: /app/ASDC/1/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:29.874Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304163437-csar.csar
2022-03-04T16:38:29.875Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:29.875Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:30.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18155550166388412135/Definitions/service-Vfw20220304163437-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-03-04T16:38:32.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|WARN|500||####################################################################################################
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4ca2e5bf-9682 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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-Vfw20220304163437-csar.csar
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|WARN|500||####################################################################################################
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:38:32.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:38:32.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:38:32.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:32.148Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:32.149Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2158cbb3-d68a-4686-acf3-56c06139e5b8
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.150Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:38:32.151Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66950a8a-8dab-4f3c-8342-4d399c9816cf
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:38:32.152Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:32.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a59efef2-2cf0-4878-92a4-37a5d9b55acc
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:32.154Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:32.155Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-04 16-34-37
Description:catalog service description
Model UUID:f1d0fa5b-707e-417f-bde9-57a00b171a7a
Model Version:NULL
Model InvariantUuid:bfb53040-6a5e-4e21-88b0-be58ceff340c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4ca2e5bf-9682
Model UUID:06a8eca1-4042-47e5-a08d-ec0679622a33
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb03c7d7-6e5d-4801-8f87-db33dbd22e3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9cdd3c4-4ae6-49c9-949c-f68dbd722a04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9701587e-5b64-4772-90e1-6052281c35ef
ModelName:Vfw4ca2e5bf9682..base_vfw..module-0
ModelUuid:fedc6616-e407-4cb5-8d62-c8cec05c73dc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2158cbb3-d68a-4686-acf3-56c06139e5b8
ModelInvariantUuid:a15b7b4b-9733-4c1b-a2c8-66977c462f26
ModelName:vFW 4ca2e5bf-9682-nodes.vfwCvfc
ModelUuid:b594012f-76ef-4dc9-89cb-bc7b7a185489
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e9a1caee-2e3b-4870-97d8-08095e5cbdf8
ModelInvariantUuid:8dc0f65a-4854-4d07-b022-a13872318cdd
ModelName:Vfw4ca2e5bf9682.compute.nodes.heat.vfw
ModelUuid:e74459d2-5a3c-4645-85ec-68036232f77d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:66950a8a-8dab-4f3c-8342-4d399c9816cf
ModelInvariantUuid:f56a312c-7bfd-4bc0-a570-cd2ac24e5380
ModelName:vFW 4ca2e5bf-9682-nodes.vsnCvfc
ModelUuid:3d6b2459-e4a4-4494-90b6-ca3b1bb53728
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f2f8ac1-3467-4c1c-b01c-dbcb94515a34
ModelInvariantUuid:b33e1e33-d850-489d-a511-5625cb09b5c7
ModelName:Vfw4ca2e5bf9682.compute.nodes.heat.vsn
ModelUuid:c0395305-2318-4ac7-b1f6-afe1c9867b82
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a59efef2-2cf0-4878-92a4-37a5d9b55acc
ModelInvariantUuid:6bf6caee-916c-4792-9652-a85a990170ac
ModelName:vFW 4ca2e5bf-9682-nodes.vpgCvfc
ModelUuid:adffb00b-893c-43fe-b010-4a21dbf8ce89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5d969734-e4b7-47f4-a1d7-587ae982ed03
ModelInvariantUuid:8a78b379-dc97-41dd-9e10-a2fc661465c2
ModelName:Vfw4ca2e5bf9682.compute.nodes.heat.vpg
ModelUuid:6931ec51-d993-47a5-abdb-ed28ee50c445
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-03-04T16:38:32.163Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 773bf18e-1ca4-4d9d-aee7-ea1d681d2061
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-03-04T16:38:32.167Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||vFW 4ca2e5bf-9682 0
2022-03-04T16:38:32.167Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 773bf18e-1ca4-4d9d-aee7-ea1d681d2061
2022-03-04T16:38:32.167Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Trying to download the artifact UUID: 4c8c7fb2-f668-48bd-bae4-f724e3ea880c from URL: /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json
2022-03-04T16:38:32.167Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:38:32.167Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json
2022-03-04T16:38:32.931Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:38:32.932Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json 4c8c7fb2-f668-48bd-bae4-f724e3ea880c 785
2022-03-04T16:38:32.932Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json ASDC sendASDCNotification
2022-03-04T16:38:32.932Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json
2022-03-04T16:38:32.932Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:38:32.932Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:32.934Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:32.934Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411912932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:33.034Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:33.035Z||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-03-04T16:38:33.035Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:33.085Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:33.086Z||pool-259-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:33.935Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4ca2e5bf9682..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9701587e-5b64-4772-90e1-6052281c35ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fedc6616-e407-4cb5-8d62-c8cec05c73dc",
    "vfModuleModelCustomizationUUID": "d4cce545-e90b-446e-8627-969c1a6be417",
    "isBase": true,
    "artifacts": [
      "47ed5214-ffa7-4e5a-8edc-07fba5d8b690",
      "83c7b05b-4393-421f-a8d9-7609392cd609"
    ],
    "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-03-04T16:38:33.946Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4ca2e5bf9682..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fedc6616-e407-4cb5-8d62-c8cec05c73dc
VfModuleModelInvariantUUID:9701587e-5b64-4772-90e1-6052281c35ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
47ed5214-ffa7-4e5a-8edc-07fba5d8b690
,
83c7b05b-4393-421f-a8d9-7609392cd609

}
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-03-04T16:38:33.948Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4ca2e5bf9682..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9701587e-5b64-4772-90e1-6052281c35ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fedc6616-e407-4cb5-8d62-c8cec05c73dc",
    "vfModuleModelCustomizationUUID": "d4cce545-e90b-446e-8627-969c1a6be417",
    "isBase": true,
    "artifacts": [
      "47ed5214-ffa7-4e5a-8edc-07fba5d8b690",
      "83c7b05b-4393-421f-a8d9-7609392cd609"
    ],
    "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-03-04T16:38:33.948Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4ca2e5bf9682..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fedc6616-e407-4cb5-8d62-c8cec05c73dc
VfModuleModelInvariantUUID:9701587e-5b64-4772-90e1-6052281c35ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
47ed5214-ffa7-4e5a-8edc-07fba5d8b690
,
83c7b05b-4393-421f-a8d9-7609392cd609

}
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-03-04T16:38:33.948Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Trying to download the artifact UUID: 47ed5214-ffa7-4e5a-8edc-07fba5d8b690 from URL: /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml
2022-03-04T16:38:33.948Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:38:33.949Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml
2022-03-04T16:38:34.485Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:38:34.486Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml 47ed5214-ffa7-4e5a-8edc-07fba5d8b690 20368
2022-03-04T16:38:34.486Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:38:34.486Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml
2022-03-04T16:38:34.486Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:38:34.486Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:34.488Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:34.488Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411914486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:34.588Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T16:38:34.589Z||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-03-04T16:38:34.589Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:34.609Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:34.609Z||pool-260-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:35.493Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Trying to download the artifact UUID: 83c7b05b-4393-421f-a8d9-7609392cd609 from URL: /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
2022-03-04T16:38:35.494Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:38:35.494Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
2022-03-04T16:38:36.187Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:38:36.187Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env 83c7b05b-4393-421f-a8d9-7609392cd609 2098
2022-03-04T16:38:36.188Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:38:36.188Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
2022-03-04T16:38:36.188Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:38:36.188Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:36.191Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:36.191Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411916188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:38:36.292Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:36.292Z||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-03-04T16:38:36.293Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:36.322Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:36.322Z||pool-261-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:38:37.192Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Preparing to deploy Service: f1d0fa5b-707e-417f-bde9-57a00b171a7a
2022-03-04T16:38:37.193Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4ca2e5bf-9682 0 773bf18e-1ca4-4d9d-aee7-ea1d681d2061 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-03-04T16:38:37.213Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f81a052, org.onap.sdc.toscaparser.api.parameters.Input@7a63e352, org.onap.sdc.toscaparser.api.parameters.Input@1e099ebb, org.onap.sdc.toscaparser.api.parameters.Input@4ebdeba5, org.onap.sdc.toscaparser.api.parameters.Input@7c8c5110]
2022-03-04T16:38:37.215Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.215Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.216Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-04T16:38:37.216Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||VFCustomizationUUID= e9cdd3c4-4ae6-49c9-949c-f68dbd722a04
2022-03-04T16:38:37.216Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9cdd3c4-4ae6-49c9-949c-f68dbd722a04 matches Tosca VF Customization UUID: e9cdd3c4-4ae6-49c9-949c-f68dbd722a04
2022-03-04T16:38:37.216Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||vfCustomizationUUID: e9cdd3c4-4ae6-49c9-949c-f68dbd722a04  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-03-04T16:38:37.219Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.219Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.220Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||resource request for resource customization id e9cdd3c4-4ae6-49c9-949c-f68dbd722a04: {\"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-03-04T16:38:37.220Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a7fc77e
2022-03-04T16:38:37.220Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T16:38:37.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4cce545-e90b-446e-8627-969c1a6be417
2022-03-04T16:38:37.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4cce545-e90b-446e-8627-969c1a6be417
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-03-04T16:38:37.224Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.224Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.224Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:37.224Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.224Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.225Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:37.225Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.225Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:37.225Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:37.226Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T16:38:37.226Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:37.226Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:38:37.226Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:38:37.226Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.227Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.227Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:38:37.227Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.227Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:38:37.228Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.228Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2158cbb3-d68a-4686-acf3-56c06139e5b8
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-03-04T16:38:37.230Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.231Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.231Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:37.231Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.231Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:37.232Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:37.232Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:38:37.232Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.232Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.233Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:38:37.233Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.233Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:37.233Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T16:38:37.233Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T16:38:37.234Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.234Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T16:38:37.234Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.234Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66950a8a-8dab-4f3c-8342-4d399c9816cf
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-03-04T16:38:37.236Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.236Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.237Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:37.237Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.237Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is not matching search criteria
2022-03-04T16:38:37.237Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T16:38:37.238Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T16:38:37.238Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.238Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.238Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T16:38:37.239Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.239Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T16:38:37.239Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T16:38:37.239Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T16:38:37.239Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T16:38:37.240Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T16:38:37.240Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T16:38:37.240Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a59efef2-2cf0-4878-92a4-37a5d9b55acc
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-03-04T16:38:37.242Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.242Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.242Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T16:38:37.243Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.243Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Node template vFW 4ca2e5bf-9682 0 is matching search criteria
2022-03-04T16:38:37.243Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found topology templates [vFW 4ca2e5bf-9682 0] matching following query criteria: sdcType=VF, customizationUUID=e9cdd3c4-4ae6-49c9-949c-f68dbd722a04
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-03-04T16:38:37.245Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.245Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.246Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500|| resourceSeq for service uuid f1d0fa5b-707e-417f-bde9-57a00b171a7a: vFW 4ca2e5bf-9682
2022-03-04T16:38:37.246Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.246Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.246Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.246Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.247Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.247Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.247Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.247Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.248Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:38:37.248Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Service vFW 2022-03-04 16-34-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:38:37.248Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||Saving Service: vFW 2022-03-04 16-34-37 
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-03-04T16:38:37.400Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4ca2e5bf-9682 773bf18e-1ca4-4d9d-aee7-ea1d681d2061 1 ASDC deployResourceStructure
2022-03-04T16:38:37.401Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json ASDC sendASDCNotification
2022-03-04T16:38:37.401Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json
2022-03-04T16:38:37.401Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:38:37.401Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:37.403Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:37.403Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411917401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:38:37.504Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:38:37.504Z||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-03-04T16:38:37.505Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:37.525Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:37.525Z||pool-262-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:38.404Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T16:38:38.405Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml
2022-03-04T16:38:38.405Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:38:38.405Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:38.407Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:38.407Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411918404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:38:38.507Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:38.508Z||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-03-04T16:38:38.508Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:38.524Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:38.524Z||pool-263-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:39.408Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T16:38:39.409Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env
2022-03-04T16:38:39.409Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:38:39.409Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:39.414Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:39.414Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411919408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:38:39.514Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:39.515Z||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-03-04T16:38:39.515Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:39.531Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:39.532Z||pool-264-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:38:40.434Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar ASDC sendASDCNotification
2022-03-04T16:38:40.434Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar
2022-03-04T16:38:40.434Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:38:40.435Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:38:40.437Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:38:40.437Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411920434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:38:40.537Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:38:40.538Z||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-03-04T16:38:40.538Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:38:40.566Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:38:40.567Z||pool-265-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:38:41.438Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:38:41.446Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:38:41.452Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:38:41.452Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:38:41.453Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:39:11.453Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:39:11.462Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:39:11.464Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:39:11.464Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:39:11.464Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:39:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:39:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:39:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:39:20.612Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:39:20.613Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:39:20.613Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411900871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:39:20.613Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:39:41.465Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:39:41.476Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:39:41.478Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:39:41.478Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:39:41.478Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:40:11.479Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:40:11.490Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:40:11.491Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:40:11.491Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:40:11.491Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:40:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:40:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:40:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:40:20.599Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:40:20.600Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:40:20.600Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:40:20.600Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:40:41.494Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:40:41.527Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:40:41.530Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:40:41.530Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:40:41.530Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:41:11.531Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:41:11.544Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:41:11.546Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:41:11.546Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:41:11.546Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:41:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:41:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:41:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:41:21.111Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:41:21.112Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.112Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.113Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.113Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.113Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "cds",
  "timestamp": 1646411901057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-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-03-04T16:41:21.121Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.121Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.130Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.131Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.131Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "policy-id",
  "timestamp": 1646411901876,
  "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-03-04T16:41:21.134Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.135Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:21.142Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.142Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411895516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.142Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646411896863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.143Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411903647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.144Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411905157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.145Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411906467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.146Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411907500,
  "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-03-04T16:41:21.151Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.151Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:21.157Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.157Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411900545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411900868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.158Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646411908507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.159Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411909064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411908868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.160Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.161Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.162Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411912932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.163Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411906739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.164Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411914486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.165Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.166Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.166Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.166Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411916188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.166Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.166Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411917401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/vfw4ca2e5bf96820_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.167Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411911150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411918404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.168Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411919038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411919408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/resourceInstances/vfw4ca2e5bf96820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411919545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:41:21.169Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646411920434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411920914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.170Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.171Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "aai-ml",
  "timestamp": 1646411921920,
  "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-03-04T16:41:21.177Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.177Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:21.186Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.186Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411922265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.186Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.186Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.186Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411922548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220304163437/1.0/artifacts/service-Vfw20220304163437-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:41:21.187Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:41:21.187Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.187Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646411923269,
  "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-03-04T16:41:21.192Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.192Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:21.201Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:41:21.201Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "clamp",
  "timestamp": 1646411923554,
  "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-03-04T16:41:21.205Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ed819f6-cb43-4728-8331-e354ec4c6e17
2022-03-04T16:41:21.206Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:41:41.547Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:41:41.568Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:41:41.570Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:41:41.570Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:41:41.570Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:41:41.570Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:41:41.571Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:41:41.571Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?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-03-04T16:41:41.576Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:42:11.576Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17 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-03-04T16:42:11.583Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ed819f6-cb43-4728-8331-e354ec4c6e17 and serviceModelVersionId: f1d0fa5b-707e-417f-bde9-57a00b171a7a
2022-03-04T16:42:11.584Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfb53040-6a5e-4e21-88b0-be58ceff340c
2022-03-04T16:42:11.585Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0
2022-03-04T16:42:11.590Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02703d45-0679-4d96-a979-1ed90a30e4de/model-vers/model-ver/bfd6f1d0-b760-40d3-bbee-ed085bf2437d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:42:11.628Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Invoke
2022-03-04T16:42:11.629Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc8b9960-cb26-4c90-a908-a469ced8428f], X-ECOMP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-TransactionId=[], X-ONAP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], Content-Type=[application/merge-patch+json]}
2022-03-04T16:42:13.168Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Invoke
2022-03-04T16:42:13.169Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[465c6efd-c7c1-48dc-99ca-6ed0380b657f], X-ECOMP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-TransactionId=[], X-ONAP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], Content-Type=[application/merge-patch+json]}
2022-03-04T16:42:14.700Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Invoke
2022-03-04T16:42:14.701Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10a5e25e-1fde-492d-9e8f-1835678a4cb4], X-ECOMP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], X-TransactionId=[], X-ONAP-RequestID=[6ed819f6-cb43-4728-8331-e354ec4c6e17], Content-Type=[application/merge-patch+json]}
2022-03-04T16:42:15.737Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:42:15.738Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:42:15.738Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:42:15.739Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:42:15.743Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:42:15.743Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ed819f6-cb43-4728-8331-e354ec4c6e17 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:42:15.743Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:42:15.744Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:42:15.747Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:42:15.747Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412135743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:42:15.847Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:42:15.848Z||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-03-04T16:42:15.849Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:15.901Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:42:15.902Z||pool-266-thread-1|||||INFO|500||cambria reply ok (54 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-03-04T16:42:16.766Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:42:16.766Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:42:16.766Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:42:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:42:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:21.275Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:42:21.275Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:42:21.276Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ed819f6-cb43-4728-8331-e354ec4c6e17",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412135743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:42:21.276Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:42:27.358Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:42:27.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:42:27.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T16:42:27.360Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:37.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:42:37.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:42:37.027Z||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-03-04T16:42:37.028Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:46.714Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:42:46.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:42:46.716Z||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-03-04T16:42:46.716Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:42:56.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:43:20.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:43:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:43:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:43:20.548Z||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-03-04T16:43:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:43:20.548Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:43:30.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:43:30.213Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:44:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:44:20.546Z||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-03-04T16:44:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:44:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:44:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:44:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:44:30.211Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:44:30.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:45:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:45:20.546Z||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-03-04T16:45:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:45:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:45:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:45:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:45:30.208Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:45:30.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:46:20.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:46:20.546Z||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-03-04T16:46:20.546Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:46:20.547Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:46:20.548Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?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-03-04T16:46:20.548Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:46:30.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:46:30.206Z|911ec83e-bbc3-47c3-883f-ede54edbb489|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccf5726-1ea6-4fd7-bd3c-6b8bdf6e54eb/model-vers/model-ver/52ef17d8-0fe5-4b61-b122-2dd571fb4c73?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:20.545Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:47:20.546Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:47:20.546Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:47:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:47:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:20.855Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:20.857Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.858Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.860Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.860Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.860Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.860Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.860Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.861Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.862Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.863Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.864Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.865Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.865Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.865Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.865Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.865Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.866Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.867Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.868Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.869Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.870Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.871Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.872Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412416738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.873Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412416863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.874Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.874Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.874Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412421150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412423905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.875Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412434104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412434366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.876Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412434929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412435944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.877Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412435371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412436139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.878Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "policy-id",
  "timestamp": 1646412436374,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T16:47:20.898Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:47:20.899Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:47:20.907Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.907Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646412436947,
  "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-03-04T16:47:20.911Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:47:20.911Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:47:20.918Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.918Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.918Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.918Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412436632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412429670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.919Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646412437142,
  "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-03-04T16:47:20.923Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:47:20.923Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:47:20.935Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.935Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412439140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.936Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:20.937Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:47:20.937Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.937Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412439633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:47:20.940Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:47:20.940Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:20.940Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "cds",
  "timestamp": 1646412440148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-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-03-04T16:47:20.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:47:20.945Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:47:21.215Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:21.216Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||received message from topic
2022-03-04T16:47:21.216Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7189f5c5-e27d-4798-8762-4290d48caa67","serviceName":"Demo_pNF_1YoWSVa9PemC4DvHhUqc","serviceVersion":"1.0","serviceUUID":"06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9","serviceDescription":"catalog service description","serviceInvariantUUID":"451fb4b0-6f8d-4219-91e8-27e1c71dcb5a","resources":[{"resourceInstanceName":"pNF 4fe106b8-756d 0","resourceName":"pNF 4fe106b8-756d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e6ebfb9c-1eaa-49ab-ab81-f7397145338f","resourceInvariantUUID":"55a143e1-9ac4-4802-ad96-f61fae8a87f9","resourceCustomizationUUID":"1193ae14-f5e8-477f-b721-de21361d7ee9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml","artifactChecksum":"Y2JhOTQxYjliZDliZWE2ZmUyYjk4ZjA0YTY0YmI1NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecdf7666-97a2-4667-824f-b0bb17e5a3d6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bfcc70b8-10f5-4def-ba57-ce54abe63ae4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46eae166-99e3-43ea-bffc-cd416650994c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjA3NTU5ZjUzN2I5ZTEyMmRkNjA0ODYwMzAxY2U1YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"566b1392-906e-4362-9cd6-e75c821f1b9c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3520b716-5544-4d32-84c8-8c4df614ae4f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b082e2e-2e43-4253-bbe9-fe5b9586ade2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml","artifactChecksum":"ZDM3YTdhZGNkNjZkNDRmOTQ0MDY1YjhjZTE1MzIzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca50215f-7dd8-4098-89ab-140c33e618c0","artifactVersion":"1"},{"artifactName":"service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar","artifactChecksum":"NzY4OTcwNDQ4ZWYyYjE2YTY4MTNhNTA4NjUxYzIzYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd650bb4-5f21-479d-b89a-a80813a038e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:47:21.219Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:21.219Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:21.224Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:21.224Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:21.324Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:21.325Z||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-03-04T16:47:21.325Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:21.352Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:21.353Z||pool-267-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:47:22.225Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:22.226Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:22.231Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:22.231Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:22.329Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-04T16:47:22.330Z||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-03-04T16:47:22.330Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:22.354Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:22.354Z||pool-268-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:47:23.231Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:23.232Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:23.234Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:23.234Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:23.335Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:47:23.336Z||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-03-04T16:47:23.336Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:23.397Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:23.398Z||pool-269-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:47:24.235Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:24.237Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:24.239Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:24.239Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:24.339Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:24.340Z||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-03-04T16:47:24.340Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:24.377Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:24.378Z||pool-270-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:47:25.239Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:25.240Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:25.242Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:25.242Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:25.342Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:25.343Z||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-03-04T16:47:25.343Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:25.388Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:25.388Z||pool-271-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:47:26.242Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:26.243Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:26.245Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:26.246Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:26.346Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:26.347Z||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-03-04T16:47:26.347Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:26.398Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:26.399Z||pool-272-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:47:27.246Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:27.247Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:27.249Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:27.249Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:47:27.349Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:27.351Z||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-03-04T16:47:27.351Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:27.424Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:27.424Z||pool-273-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:47:28.250Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:47:28.251Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:28.253Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:28.253Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:47:28.357Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-04T16:47:28.358Z||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-03-04T16:47:28.358Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:28.390Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:28.391Z||pool-274-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:47:29.255Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "serviceName": "Demo_pNF_1YoWSVa9PemC4DvHhUqc",
  "serviceVersion": "1.0",
  "serviceUUID": "06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "451fb4b0-6f8d-4219-91e8-27e1c71dcb5a",
  "resources": [
    {
      "resourceInstanceName": "pNF 4fe106b8-756d 0",
      "resourceCustomizationUUID": "1193ae14-f5e8-477f-b721-de21361d7ee9",
      "resourceName": "pNF 4fe106b8-756d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e6ebfb9c-1eaa-49ab-ab81-f7397145338f",
      "resourceInvariantUUID": "55a143e1-9ac4-4802-ad96-f61fae8a87f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
      "artifactChecksum": "NzY4OTcwNDQ4ZWYyYjE2YTY4MTNhNTA4NjUxYzIzYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd650bb4-5f21-479d-b89a-a80813a038e6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:47:29.255Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:47:29.255Z|1174ef7d-355e-4c12-bf72-328e197b1725|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9 ASDC
2022-03-04T16:47:29.256Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7189f5c5-e27d-4798-8762-4290d48caa67
ServiceName:Demo_pNF_1YoWSVa9PemC4DvHhUqc
ServiceVersion:1.0
ServiceUUID:06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9
ServiceInvariantUUID:451fb4b0-6f8d-4219-91e8-27e1c71dcb5a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
ArtifactUUID:dd650bb4-5f21-479d-b89a-a80813a038e6
ArtifactChecksum:NzY4OTcwNDQ4ZWYyYjE2YTY4MTNhNTA4NjUxYzIzYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4fe106b8-756d 0
ResourceCustomizationUUID:1193ae14-f5e8-477f-b721-de21361d7ee9
ResourceInvariantUUID:55a143e1-9ac4-4802-ad96-f61fae8a87f9
ResourceName:pNF 4fe106b8-756d
ResourceType:PNF
ResourceUUID:e6ebfb9c-1eaa-49ab-ab81-f7397145338f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:47:29.257Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9 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-03-04T16:47:29.297Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:47:29.299Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:47:29.299Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:47:29.299Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Trying to download the artifact UUID: dd650bb4-5f21-479d-b89a-a80813a038e6 from URL: /sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:29.299Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:47:29.299Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:29.869Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:47:29.873Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar dd650bb4-5f21-479d-b89a-a80813a038e6 82649
2022-03-04T16:47:29.873Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar ASDC sendASDCNotification
2022-03-04T16:47:29.874Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:29.874Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:47:29.874Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:29.876Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:29.876Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412449873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:47:29.976Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:29.977Z||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-03-04T16:47:29.977Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:30.040Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:30.040Z||pool-275-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:47:30.877Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:47:30.878Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:47:30.878Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Trying to write artifact UUID: dd650bb4-5f21-479d-b89a-a80813a038e6, URL: /sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar to file: /app/ASDC/1/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:30.878Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:30.879Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:30.879Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.056Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9244990592563441237/Definitions/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml
2022-03-04T16:47:31.927Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:47:31.929Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|WARN|500||####################################################################################################
2022-03-04T16:47:31.929Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4fe106b8-756d 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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|WARN|500||####################################################################################################
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.930Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.931Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Node template pNF 4fe106b8-756d 0 is matching search criteria
2022-03-04T16:47:31.931Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:47:31.931Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found topology templates [pNF 4fe106b8-756d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:47:31.931Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.931Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Node template pNF 4fe106b8-756d 0 is matching search criteria
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found topology templates [pNF 4fe106b8-756d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.932Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.933Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.933Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.933Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1YoWSVa9PemC4DvHhUqc
Description:catalog service description
Model UUID:06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9
Model Version:NULL
Model InvariantUuid:451fb4b0-6f8d-4219-91e8-27e1c71dcb5a
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-03-04T16:47:31.938Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: e6ebfb9c-1eaa-49ab-ab81-f7397145338f
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-03-04T16:47:31.942Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||pNF 4fe106b8-756d 0
2022-03-04T16:47:31.942Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: e6ebfb9c-1eaa-49ab-ab81-f7397145338f
2022-03-04T16:47:31.943Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||No resources found for Service: 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9
2022-03-04T16:47:31.943Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Preparing to deploy Service: 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9
2022-03-04T16:47:31.943Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4fe106b8-756d 0 e6ebfb9c-1eaa-49ab-ab81-f7397145338f 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-03-04T16:47:31.947Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38aae092, org.onap.sdc.toscaparser.api.parameters.Input@7afaac33, org.onap.sdc.toscaparser.api.parameters.Input@78454890, org.onap.sdc.toscaparser.api.parameters.Input@51ced9b9, org.onap.sdc.toscaparser.api.parameters.Input@3e8f0d62]
2022-03-04T16:47:31.947Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.947Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.948Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500|| resourceSeq for service uuid 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9: pNF 4fe106b8-756d
2022-03-04T16:47:31.948Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Processing PNF resource: e6ebfb9c-1eaa-49ab-ab81-f7397145338f
2022-03-04T16:47:31.948Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:47:31.948Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Service Demo_pNF_1YoWSVa9PemC4DvHhUqc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:47:31.948Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||Resource customization UUID: 1193ae14-f5e8-477f-b721-de21361d7ee9 is the same as notified resource customizationUUID: 1193ae14-f5e8-477f-b721-de21361d7ee9
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-03-04T16:47:31.980Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4fe106b8-756d e6ebfb9c-1eaa-49ab-ab81-f7397145338f 0 ASDC deployResourceStructure
2022-03-04T16:47:31.980Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar ASDC sendASDCNotification
2022-03-04T16:47:31.980Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar
2022-03-04T16:47:31.980Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:47:31.980Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:47:31.982Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:47:31.982Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412451980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:47:32.082Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:47:32.083Z||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-03-04T16:47:32.083Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:47:32.110Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:47:32.111Z||pool-276-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:47:32.983Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:47:32.992Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:47:32.994Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:47:32.994Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:47:32.994Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:48:02.995Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:48:03.003Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:48:03.005Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:48:03.005Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:48:03.005Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:48:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:48:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:48:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:48:20.587Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:48:20.588Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:48:20.588Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:48:20.589Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:48:33.006Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:48:33.014Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:48:33.016Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:48:33.016Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:48:33.016Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:49:03.017Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:49:03.035Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:49:03.037Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:49:03.038Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:49:03.038Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:49:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:49:20.549Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:49:20.549Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:49:20.638Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:49:20.639Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||received message from topic
2022-03-04T16:49:20.639Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "clamp",
  "timestamp": 1646412440639,
  "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-03-04T16:49:20.649Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:49:20.649Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:49:33.038Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:49:33.048Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:49:33.049Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:49:33.050Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:49:33.050Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:50:03.050Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:50:03.059Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:50:03.063Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:50:03.063Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:50:03.063Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T16:50:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:50:20.549Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:50:20.549Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:50:21.137Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:50:21.138Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.138Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.139Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.139Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.140Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646412435516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.141Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.142Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.143Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/resourceInstances/pnf4fe106b8756d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.144Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412440545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.145Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412440868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412450065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412449873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.146Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412451980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412456237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1yowsva9pemc4dvhhuqc/1.0/artifacts/service-DemoPnf1yowsva9pemc4dvhhuqc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:50:21.147Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "aai-ml",
  "timestamp": 1646412457242,
  "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-03-04T16:50:21.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7189f5c5-e27d-4798-8762-4290d48caa67
2022-03-04T16:50:21.153Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:50:33.064Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:50:33.072Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:50:33.073Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:50:33.073Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T16:50:33.073Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T16:50:33.074Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T16:50:33.074Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-04T16:50:33.074Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-04T16:50:33.074Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?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-03-04T16:50:33.078Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T16:51:03.078Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7189f5c5-e27d-4798-8762-4290d48caa67 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-03-04T16:51:03.084Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7189f5c5-e27d-4798-8762-4290d48caa67 and serviceModelVersionId: 06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9
2022-03-04T16:51:03.084Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 451fb4b0-6f8d-4219-91e8-27e1c71dcb5a
2022-03-04T16:51:03.086Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0
2022-03-04T16:51:03.094Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23dfcd7d-aa69-43e9-b1bf-31ebf7ce1a2c/model-vers/model-ver/58812a3a-0155-4c19-89ee-aba0ae186d27?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-04T16:51:03.148Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Invoke
2022-03-04T16:51:03.148Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4cb62f8-14a6-4eac-a19f-45bf915c5b30], X-ECOMP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-TransactionId=[], X-ONAP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], Content-Type=[application/merge-patch+json]}
2022-03-04T16:51:04.684Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Invoke
2022-03-04T16:51:04.685Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a68c0ff-af06-4d12-a432-81d484248aa7], X-ECOMP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-TransactionId=[], X-ONAP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], Content-Type=[application/merge-patch+json]}
2022-03-04T16:51:06.223Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Invoke
2022-03-04T16:51:06.224Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3197c025-95af-4f45-ba9c-8cb92bf6bbe5], X-ECOMP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], X-TransactionId=[], X-ONAP-RequestID=[7189f5c5-e27d-4798-8762-4290d48caa67], Content-Type=[application/merge-patch+json]}
2022-03-04T16:51:07.258Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:51:07.259Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:07.260Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:51:07.260Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:07.265Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:07.266Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7189f5c5-e27d-4798-8762-4290d48caa67 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-04T16:51:07.266Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-04T16:51:07.267Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:51:07.269Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:51:07.269Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412667266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:51:07.370Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:51:07.370Z||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-03-04T16:51:07.371Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:07.401Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:51:07.401Z||pool-277-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-03-04T16:51:08.282Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:51:08.283Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:08.283Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:18.703Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:51:18.704Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:51:18.704Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:18.704Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:20.547Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:51:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:51:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:21.220Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:51:21.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||received message from topic
2022-03-04T16:51:21.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7189f5c5-e27d-4798-8762-4290d48caa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646412667266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-04T16:51:21.221Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T16:51:28.346Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:51:28.347Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:51:28.347Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:28.348Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:37.985Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:51:37.986Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:51:37.986Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:51:37.986Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:51:47.615Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:52:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:52:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:52:20.547Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:52:20.547Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:52:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?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-03-04T16:52:20.548Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:52:30.236Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:52:30.237Z|6ed819f6-cb43-4728-8331-e354ec4c6e17|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfb53040-6a5e-4e21-88b0-be58ceff340c/model-vers/model-ver/f1d0fa5b-707e-417f-bde9-57a00b171a7a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:53:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:53:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:53:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:53:20.547Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:53:20.548Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?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-03-04T16:53:20.548Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:53:30.337Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:53:30.337Z|3b66480f-b4fc-4c3e-92e6-a756c866b01b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc1a5932-2b7c-418a-9a4e-d33a6bfd2171/model-vers/model-ver/b258c30f-e512-45d5-b7cf-ff035c61137d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:54:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:54:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:54:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:54:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:54:20.549Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:54:20.549Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:54:30.235Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:54:30.256Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:55:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:55:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:55:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:55:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:55:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:55:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:55:30.245Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:55:30.259Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:56:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:56:20.548Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:56:20.549Z||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-03-04T16:56:20.549Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:56:20.549Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:56:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:56:30.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:56:30.205Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:57:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:57:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:57:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:57:20.547Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:57:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?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-03-04T16:57:20.548Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:57:30.216Z|93ff9d41-0d8c-4b98-9c57-bf5ec55753aa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77137ece-8d98-4614-b45b-e223f4f90efc/model-vers/model-ver/051596e3-2f89-459e-a6b1-466fd79408ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:57:30.216Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:58:20.547Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:58:20.547Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:58:20.548Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:58:20.548Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:58:20.549Z||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-03-04T16:58:20.549Z||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 dvghCrHkT6aMVfOR) ...
2022-03-04T16:58:30.212Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:58:30.213Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:58:47.437Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-04T16:59:20.545Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:59:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-03-04T16:59:20.546Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T16:59:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T16:59:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:24.690Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:24.690Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||received message from topic
2022-03-04T16:59:24.691Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0fbbe0b3-67a9-423a-9718-20bf60094f3e","serviceName":"Demo_pNF_3fAC43gLuBKZVlTbr18S","serviceVersion":"1.0","serviceUUID":"0bc9d2d9-93c5-4a54-885b-4b536a5bc75f","serviceDescription":"catalog service description","serviceInvariantUUID":"e8cb6216-6061-448e-b828-ffcfb7fae0ce","resources":[{"resourceInstanceName":"pNF 6e1de3ff-06e7 0","resourceName":"pNF 6e1de3ff-06e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eaba17a1-42a6-406c-ae96-ba0850032ee9","resourceInvariantUUID":"4834dec4-09fb-49c0-b24d-52bc840c50e1","resourceCustomizationUUID":"330d1c87-53ab-4369-a715-61e96c0d65d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml","artifactChecksum":"NDBjMDJjZTYwZTU1YzkzM2MyOTdiM2QwY2E3N2E4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e0169b1-26f9-4e6e-89d1-1a317cc94681","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/pNF.csar","artifactChecksum":"ZDIyYzhkMmY0MmI2NDQ4Y2IwZjkyOTY3OWRmMzFlMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d11b8d-9582-474c-9336-5486e3cde845","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3825ef6c-a552-4cf1-8835-79f790b53755","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vendor-license-model.xml","artifactChecksum":"MWJlOGRlMDg4MGYwNTk4OTkyYTI4Y2Q1MTFkYTY5MWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f29fe43d-576c-4d83-8412-e2912a062842","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79c92533-df86-4d88-a1e8-362dc6604291","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddd57df4-2518-4502-9a3c-56a49bec190c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3fac43glubkzvltbr18s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-template.yml","artifactChecksum":"Yzc1YTBlMDRjNmVjNGEyNGE4YjBmNmJhNzAzZDg0Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7466a350-6cb8-4235-9366-d9b2c3362f2d","artifactVersion":"1"},{"artifactName":"service-DemoPnf3fac43glubkzvltbr18s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar","artifactChecksum":"ODQxNTg1ZjRjMWE0NjI4NjhhYTljMzhjYmU3YjY5ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecaf61d3-4756-42e7-910a-6097d70e4b32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T16:59:24.693Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:24.694Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:24.698Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:24.698Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:24.798Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:24.799Z||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-03-04T16:59:24.799Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:24.843Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:24.844Z||pool-278-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:25.012Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:25.012Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:59:25.012Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "aai-ml",
  "timestamp": 1646413160868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646413155516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T16:59:25.013Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:25.014Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T16:59:25.699Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:25.700Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:25.701Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:25.702Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:25.802Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:25.803Z||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-03-04T16:59:25.803Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:25.823Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:25.823Z||pool-279-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:26.702Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:26.703Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:26.705Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:26.705Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:26.806Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:26.807Z||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-03-04T16:59:26.807Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:26.843Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:26.844Z||pool-280-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:59:27.706Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:27.707Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:27.709Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:27.709Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:27.809Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:27.810Z||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-03-04T16:59:27.810Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:27.831Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:27.831Z||pool-281-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:59:28.709Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:28.710Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:28.712Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:28.712Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:28.813Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:28.813Z||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-03-04T16:59:28.813Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:28.828Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:28.828Z||pool-282-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:29.713Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:29.714Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:29.717Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:29.717Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:29.818Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:29.819Z||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-03-04T16:59:29.820Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:29.908Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:29.909Z||pool-283-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:30.718Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:30.720Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:30.723Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:30.723Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T16:59:30.823Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:30.824Z||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-03-04T16:59:30.824Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:30.857Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:30.857Z||pool-284-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":9,"count":1}
2022-03-04T16:59:31.723Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T16:59:31.724Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:31.726Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:31.726Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413160545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-04T16:59:31.826Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:31.827Z||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-03-04T16:59:31.827Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:31.901Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:31.901Z||pool-285-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-03-04T16:59:32.733Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "serviceName": "Demo_pNF_3fAC43gLuBKZVlTbr18S",
  "serviceVersion": "1.0",
  "serviceUUID": "0bc9d2d9-93c5-4a54-885b-4b536a5bc75f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e8cb6216-6061-448e-b828-ffcfb7fae0ce",
  "resources": [
    {
      "resourceInstanceName": "pNF 6e1de3ff-06e7 0",
      "resourceCustomizationUUID": "330d1c87-53ab-4369-a715-61e96c0d65d8",
      "resourceName": "pNF 6e1de3ff-06e7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eaba17a1-42a6-406c-ae96-ba0850032ee9",
      "resourceInvariantUUID": "4834dec4-09fb-49c0-b24d-52bc840c50e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3fac43glubkzvltbr18s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar",
      "artifactChecksum": "ODQxNTg1ZjRjMWE0NjI4NjhhYTljMzhjYmU3YjY5ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecaf61d3-4756-42e7-910a-6097d70e4b32"
    }
  ],
  "workloadContext": "Production"
}
2022-03-04T16:59:32.734Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T16:59:32.734Z|7189f5c5-e27d-4798-8762-4290d48caa67|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0bc9d2d9-93c5-4a54-885b-4b536a5bc75f ASDC
2022-03-04T16:59:32.735Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0fbbe0b3-67a9-423a-9718-20bf60094f3e
ServiceName:Demo_pNF_3fAC43gLuBKZVlTbr18S
ServiceVersion:1.0
ServiceUUID:0bc9d2d9-93c5-4a54-885b-4b536a5bc75f
ServiceInvariantUUID:e8cb6216-6061-448e-b828-ffcfb7fae0ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3fac43glubkzvltbr18s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
ArtifactUUID:ecaf61d3-4756-42e7-910a-6097d70e4b32
ArtifactChecksum:ODQxNTg1ZjRjMWE0NjI4NjhhYTljMzhjYmU3YjY5ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6e1de3ff-06e7 0
ResourceCustomizationUUID:330d1c87-53ab-4369-a715-61e96c0d65d8
ResourceInvariantUUID:4834dec4-09fb-49c0-b24d-52bc840c50e1
ResourceName:pNF 6e1de3ff-06e7
ResourceType:PNF
ResourceUUID:eaba17a1-42a6-406c-ae96-ba0850032ee9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-04T16:59:32.735Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0bc9d2d9-93c5-4a54-885b-4b536a5bc75f 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-03-04T16:59:32.781Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:59:32.783Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:59:32.783Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:59:32.783Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Trying to download the artifact UUID: ecaf61d3-4756-42e7-910a-6097d70e4b32 from URL: /sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:32.783Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - download
2022-03-04T16:59:32.784Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:34.338Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||GET Response Status 200
2022-03-04T16:59:34.345Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar ecaf61d3-4756-42e7-910a-6097d70e4b32 82642
2022-03-04T16:59:34.346Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar ASDC sendASDCNotification
2022-03-04T16:59:34.346Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:34.347Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T16:59:34.347Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:34.349Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:34.349Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413174346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-04T16:59:34.451Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T16:59:34.452Z||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-03-04T16:59:34.452Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:34.486Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:34.486Z||pool-286-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:35.350Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T16:59:35.351Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||MSO config path is: /app
2022-03-04T16:59:35.352Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Trying to write artifact UUID: ecaf61d3-4756-42e7-910a-6097d70e4b32, URL: /sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar to file: /app/ASDC/1/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:35.352Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:35.352Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:35.353Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:35.516Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10052870111213356760/Definitions/service-DemoPnf3fac43glubkzvltbr18s-template.yml
2022-03-04T16:59:36.390Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-04T16:59:36.390Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|WARN|500||####################################################################################################
2022-03-04T16:59:36.390Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6e1de3ff-06e7 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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?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-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|WARN|500||####################################################################################################
2022-03-04T16:59:36.391Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Node template pNF 6e1de3ff-06e7 0 is matching search criteria
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found topology templates [pNF 6e1de3ff-06e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.392Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Node template pNF 6e1de3ff-06e7 0 is matching search criteria
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Search for entities recursively
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found topology templates [pNF 6e1de3ff-06e7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.393Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.394Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.394Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.394Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.394Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.394Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3fAC43gLuBKZVlTbr18S
Description:catalog service description
Model UUID:0bc9d2d9-93c5-4a54-885b-4b536a5bc75f
Model Version:NULL
Model InvariantUuid:e8cb6216-6061-448e-b828-ffcfb7fae0ce
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-03-04T16:59:36.402Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: eaba17a1-42a6-406c-ae96-ba0850032ee9
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-03-04T16:59:36.406Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||pNF 6e1de3ff-06e7 0
2022-03-04T16:59:36.406Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: eaba17a1-42a6-406c-ae96-ba0850032ee9
2022-03-04T16:59:36.406Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||No resources found for Service: 0bc9d2d9-93c5-4a54-885b-4b536a5bc75f
2022-03-04T16:59:36.406Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Preparing to deploy Service: 0bc9d2d9-93c5-4a54-885b-4b536a5bc75f
2022-03-04T16:59:36.406Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6e1de3ff-06e7 0 eaba17a1-42a6-406c-ae96-ba0850032ee9 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-03-04T16:59:36.410Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2952ef92, org.onap.sdc.toscaparser.api.parameters.Input@449ffc88, org.onap.sdc.toscaparser.api.parameters.Input@7fc6b1eb, org.onap.sdc.toscaparser.api.parameters.Input@32a1a4b9, org.onap.sdc.toscaparser.api.parameters.Input@cb1f300]
2022-03-04T16:59:36.410Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500|| resourceSeq for service uuid 0bc9d2d9-93c5-4a54-885b-4b536a5bc75f: pNF 6e1de3ff-06e7
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Processing PNF resource: eaba17a1-42a6-406c-ae96-ba0850032ee9
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Service Demo_pNF_3fAC43gLuBKZVlTbr18S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T16:59:36.411Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||Resource customization UUID: 330d1c87-53ab-4369-a715-61e96c0d65d8 is the same as notified resource customizationUUID: 330d1c87-53ab-4369-a715-61e96c0d65d8
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-03-04T16:59:36.445Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6e1de3ff-06e7 eaba17a1-42a6-406c-ae96-ba0850032ee9 0 ASDC deployResourceStructure
2022-03-04T16:59:36.445Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar ASDC sendASDCNotification
2022-03-04T16:59:36.445Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar
2022-03-04T16:59:36.445Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T16:59:36.445Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-04T16:59:36.447Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T16:59:36.447Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||try to send status {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646413176445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/artifacts/service-DemoPnf3fac43glubkzvltbr18s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-04T16:59:36.547Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T16:59:36.548Z||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-03-04T16:59:36.548Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dvghCrHkT6aMVfOR) ...
2022-03-04T16:59:36.600Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T16:59:36.600Z||pool-287-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-04T16:59:37.448Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T16:59:37.458Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T16:59:37.460Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T16:59:37.460Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T16:59:37.460Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T17:00:07.460Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T17:00:07.472Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T17:00:07.473Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T17:00:07.473Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T17:00:07.473Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T17:00:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T17:00:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T17:00:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T17:00:20.613Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T17:00:20.614Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T17:00:20.614Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646413156863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T17:00:20.615Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object. 
2022-03-04T17:00:37.474Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T17:00:37.487Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T17:00:37.489Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T17:00:37.489Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T17:00:37.489Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T17:01:07.490Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-04T17:01:07.501Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0fbbe0b3-67a9-423a-9718-20bf60094f3e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-04T17:01:07.503Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T17:01:07.503Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T17:01:07.503Z|0fbbe0b3-67a9-423a-9718-20bf60094f3e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451fb4b0-6f8d-4219-91e8-27e1c71dcb5a/model-vers/model-ver/06cbaa2a-f86e-45ab-b1aa-3697dbc6a9c9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T17:01:20.547Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T17:01:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?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-03-04T17:01:20.548Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dvghCrHkT6aMVfOR) ...
2022-03-04T17:01:20.620Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-04T17:01:20.620Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||received message from topic
2022-03-04T17:01:20.620Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0fbbe0b3-67a9-423a-9718-20bf60094f3e",
  "consumerID": "policy-id",
  "timestamp": 1646413163905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3fac43glubkzvltbr18s/1.0/resourceInstances/pnf6e1de3ff06e70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-04T17:01:20.621Z|789a20b3-8957-4eb7-98af-dacdc1f52a86|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30e609ac-c021-485f-a16c-fabea7d8bfd9/model-vers/model-ver/6039e013-50fb-4f05-89e5-e7618f968f1d?depth=0|INFO|500||Missing status on Status Object.